HomeSort by relevance Sort by last modified time
    Searched defs:notificationPresenter (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.h 91 virtual WebNotificationPresenter* notificationPresenter()
ChromeClientImpl.cpp 809 NotificationPresenter* ChromeClientImpl::notificationPresenter() const
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 173 virtual WebCore::NotificationPresenter* notificationPresenter() const { return reinterpret_cast<WebCore::NotificationPresenter*>(m_notificationsDelegate.get()); }
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 84 virtual WebKit::WebNotificationPresenter* notificationPresenter() { return 0; }
TestShell.h 37 #include "NotificationPresenter.h"
93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); }
199 OwnPtr<NotificationPresenter> m_notificationPresenter;
WebViewHost.cpp 596 WebNotificationPresenter* WebViewHost::notificationPresenter()
598 return m_shell->notificationPresenter();
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 119 virtual WebNotificationPresenter* notificationPresenter() { return 0; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 59 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter()
85 NotificationPresenterClientQt::notificationPresenter()->cancel(this);
92 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
102 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
113 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
126 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
138 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(this);
145 NotificationPresenterClientQt::notificationPresenter()->cancel(this);
336 NotificationPresenter::Permission NotificationPresenterClientQt::checkPermission(ScriptExecutionContext* context)
338 return m_cachedPermissions.value(context, NotificationPresenter::PermissionNotAllowed)
    [all...]
ChromeClientQt.cpp 564 NotificationPresenter* ChromeClientQt::notificationPresenter() const
566 return NotificationPresenterClientQt::notificationPresenter();
  /external/webkit/Source/WebCore/page/
Chrome.cpp 482 NotificationPresenter* Chrome::notificationPresenter() const
484 return m_client->notificationPresenter();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 696 WebCore::NotificationPresenter* WebChromeClient::notificationPresenter() const
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 193 virtual NotificationPresenter* notificationPresenter() const { return 0; }

Completed in 266 milliseconds