HomeSort by relevance Sort by last modified time
    Searched full:webdesktopnotificationsdelegate (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
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...]
WebDesktopNotificationsDelegate.h 44 class WebDesktopNotificationsDelegate : public WebCore::NotificationPresenter {
46 WebDesktopNotificationsDelegate(WebView* view);
WebChromeClient.h 36 class WebDesktopNotificationsDelegate;
187 OwnPtr<WebDesktopNotificationsDelegate> m_notificationsDelegate;
WebChromeClient.cpp 37 #include "WebDesktopNotificationsDelegate.h"
75 , m_notificationsDelegate(new WebDesktopNotificationsDelegate(webView))
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 63 @category WebDesktopNotificationsDelegate
  /external/webkit/Source/WebKit/win/
ChangeLog 546 * WebCoreSupport/WebDesktopNotificationsDelegate.cpp: Added property svn:eol-style.
547 * WebCoreSupport/WebDesktopNotificationsDelegate.h: Added property svn:eol-style.
    [all...]
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit.vcproj 1171 RelativePath="..\WebCoreSupport\WebDesktopNotificationsDelegate.cpp"
1175 RelativePath="..\WebCoreSupport\WebDesktopNotificationsDelegate.h"

Completed in 223 milliseconds