|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebNotificationProvider.h>
Public Member Functions | |
| void | show (WebPageProxy *, WebNotification *) |
| void | cancel (WebNotification *) |
| void | didDestroyNotification (WebNotification *) |
| void | clearNotifications (const Vector< uint64_t > ¬ificationIDs) |
| void | addNotificationManager (WebNotificationManagerProxy *) |
| void | removeNotificationManager (WebNotificationManagerProxy *) |
| PassRefPtr< API::Dictionary > | notificationPermissions () |
Public Member Functions inherited from API::Client< WKNotificationProviderBase > | |
| Client () | |
| void | initialize (const WKNotificationProviderBase *client) |
| const LatestClientInterface & | client () const |
Additional Inherited Members | |
Protected Attributes inherited from API::Client< WKNotificationProviderBase > | |
| LatestClientInterface | m_client |
| void WebKit::WebNotificationProvider::addNotificationManager | ( | WebNotificationManagerProxy * | manager | ) |
| void WebKit::WebNotificationProvider::cancel | ( | WebNotification * | notification | ) |
| void WebKit::WebNotificationProvider::clearNotifications | ( | const Vector< uint64_t > & | notificationIDs | ) |
| void WebKit::WebNotificationProvider::didDestroyNotification | ( | WebNotification * | notification | ) |
| PassRefPtr< API::Dictionary > WebKit::WebNotificationProvider::notificationPermissions | ( | ) |
| void WebKit::WebNotificationProvider::removeNotificationManager | ( | WebNotificationManagerProxy * | manager | ) |
| void WebKit::WebNotificationProvider::show | ( | WebPageProxy * | page, |
| WebNotification * | notification | ||
| ) |
1.8.13