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) |
![]() | |
void | deref () const |
void | deref () const |
void | deref () const |
![]() | |
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 | |
![]() | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
![]() | |
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 | ||
) |