HomeSort by relevance Sort by last modified time
    Searched defs:WebDesktopNotificationsDelegate (Results 1 - 2 of 2) 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...]

Completed in 90 milliseconds