HomeSort by relevance Sort by last modified time
    Searched refs:WebDesktopNotificationsDelegate (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.h 44 class WebDesktopNotificationsDelegate : public WebCore::NotificationPresenter {
46 WebDesktopNotificationsDelegate(WebView* view);
WebDesktopNotificationsDelegate.cpp 32 #include "WebDesktopNotificationsDelegate.h"
144 WebDesktopNotificationsDelegate::WebDesktopNotificationsDelegate(WebView* webView)
149 bool WebDesktopNotificationsDelegate::show(Notification* object)
156 void WebDesktopNotificationsDelegate::cancel(Notification* object)
162 void WebDesktopNotificationsDelegate::notificationObjectDestroyed(Notification* object)
168 void WebDesktopNotificationsDelegate::requestPermission(SecurityOrigin* origin, PassRefPtr<VoidCallback> callback)
175 NotificationPresenter::Permission WebDesktopNotificationsDelegate::checkPermission(const KURL& url)
184 bool WebDesktopNotificationsDelegate::hasNotificationDelegate()
193 COMPtr<IWebDesktopNotificationsDelegate> WebDesktopNotificationsDelegate::notificationDelegate(
    [all...]
WebChromeClient.h 36 class WebDesktopNotificationsDelegate;
187 OwnPtr<WebDesktopNotificationsDelegate> m_notificationsDelegate;
WebChromeClient.cpp 37 #include "WebDesktopNotificationsDelegate.h"
75 , m_notificationsDelegate(new WebDesktopNotificationsDelegate(webView))

Completed in 157 milliseconds