webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebViewPrivate.h>
Instance Methods | |
(void) | - registerWebView: |
(void) | - unregisterWebView: |
(void) | - showNotification:fromWebView: |
(void) | - cancelNotification: |
(void) | - notificationDestroyed: |
(void) | - clearNotifications: |
(WebNotificationPermission) | - policyForOrigin: |
(void) | - webView:didShowNotification: |
(void) | - webView:didClickNotification: |
(void) | - webView:didCloseNotifications: |
- (void) cancelNotification: | (WebNotification *) | notification |
- (void) notificationDestroyed: | (WebNotification *) | notification |
- (WebNotificationPermission) policyForOrigin: | (WebSecurityOrigin *) | origin |
Reimplemented in MockWebNotificationProvider.
- (void) showNotification: | (WebNotification *) | notification | |
fromWebView: | (WebView *) | webView | |