|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
FIXME: Need to keep a queue of pending notifications which permission is still being requested. More...
#include <NotificationPermissionRequestManager.h>
Public Member Functions | |
| void | cancelRequest (WebCore::SecurityOrigin *) |
| bool | hasPendingPermissionRequests (WebCore::SecurityOrigin *) const |
| WebCore::NotificationClient::Permission | permissionLevel (WebCore::SecurityOrigin *) |
| void | setPermissionLevelForTesting (const String &originString, bool allowed) |
| void | removeAllPermissionsForTesting () |
| void | didReceiveNotificationPermissionDecision (uint64_t notificationID, bool allowed) |
Public Member Functions inherited from WTF::RefCounted< NotificationPermissionRequestManager > | |
| void | deref () const |
| void | deref () const |
| void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
| void | ref () const |
| bool | hasOneRef () const |
| unsigned | refCount () const |
| void | relaxAdoptionRequirement () |
Static Public Member Functions | |
| static Ref< NotificationPermissionRequestManager > | create (WebPage *) |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< NotificationPermissionRequestManager > | |
| RefCounted () | |
| RefCounted () | |
| RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
FIXME: Need to keep a queue of pending notifications which permission is still being requested.
| void WebKit::NotificationPermissionRequestManager::cancelRequest | ( | WebCore::SecurityOrigin * | origin | ) |
|
static |
| void WebKit::NotificationPermissionRequestManager::didReceiveNotificationPermissionDecision | ( | uint64_t | notificationID, |
| bool | allowed | ||
| ) |
| bool WebKit::NotificationPermissionRequestManager::hasPendingPermissionRequests | ( | WebCore::SecurityOrigin * | origin | ) | const |
| NotificationClient::Permission WebKit::NotificationPermissionRequestManager::permissionLevel | ( | WebCore::SecurityOrigin * | securityOrigin | ) |
| void WebKit::NotificationPermissionRequestManager::removeAllPermissionsForTesting | ( | ) |
| void WebKit::NotificationPermissionRequestManager::setPermissionLevelForTesting | ( | const String & | originString, |
| bool | allowed | ||
| ) |
1.8.13