webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebNotificationManagerProxy.h>
Static Public Member Functions | |
static const char * | supplementName () |
static Ref< WebNotificationManagerProxy > | create (WebProcessPool *) |
Static Public Member Functions inherited from API::Object | |
static void * | wrap (API::Object *) |
static API::Object * | unwrap (void *) |
void WebKit::WebNotificationManagerProxy::cancel | ( | WebPageProxy * | webPage, |
uint64_t | pageNotificationID | ||
) |
void WebKit::WebNotificationManagerProxy::clearNotifications | ( | WebPageProxy * | webPage | ) |
void WebKit::WebNotificationManagerProxy::clearNotifications | ( | WebPageProxy * | webPage, |
const Vector< uint64_t > & | pageNotificationIDs | ||
) |
|
static |
void WebKit::WebNotificationManagerProxy::didDestroyNotification | ( | WebPageProxy * | webPage, |
uint64_t | pageNotificationID | ||
) |
void WebKit::WebNotificationManagerProxy::initializeProvider | ( | const WKNotificationProviderBase * | provider | ) |
uint64_t WebKit::WebNotificationManagerProxy::notificationLocalIDForTesting | ( | WebNotification * | notification | ) |
void WebKit::WebNotificationManagerProxy::populateCopyOfNotificationPermissions | ( | HashMap< String, bool > & | permissions | ) |
void WebKit::WebNotificationManagerProxy::providerDidCloseNotifications | ( | API::Array * | notificationIDs | ) |
void WebKit::WebNotificationManagerProxy::providerDidRemoveNotificationPolicies | ( | API::Array * | origins | ) |
void WebKit::WebNotificationManagerProxy::providerDidUpdateNotificationPolicy | ( | const API::SecurityOrigin * | origin, |
bool | allowed | ||
) |
void WebKit::WebNotificationManagerProxy::show | ( | WebPageProxy * | webPage, |
const String & | title, | ||
const String & | body, | ||
const String & | iconURL, | ||
const String & | tag, | ||
const String & | lang, | ||
const String & | dir, | ||
const String & | originString, | ||
uint64_t | pageNotificationID | ||
) |
|
static |