Searched defs:notificationPresenter (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h173 virtual WebCore::NotificationPresenter* notificationPresenter() const { return reinterpret_cast<WebCore::NotificationPresenter*>(m_notificationsDelegate.get()); } function in class:WebChromeClient
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerClientImpl.h91 virtual WebNotificationPresenter* notificationPresenter() function in class:WebKit::WebWorkerClientImpl
H A DChromeClientImpl.cpp809 NotificationPresenter* ChromeClientImpl::notificationPresenter() const function in class:WebKit::ChromeClientImpl
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestWebWorker.h84 virtual WebKit::WebNotificationPresenter* notificationPresenter() { return 0; } function in class:TestWebWorker
H A DTestShell.h93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); } function in class:TestShell
H A DWebViewHost.cpp596 WebNotificationPresenter* WebViewHost::notificationPresenter() function in class:WebViewHost
598 return m_shell->notificationPresenter();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp59 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter() function in class:WebCore::NotificationPresenterClientQt
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);
H A DChromeClientQt.cpp564 NotificationPresenter* ChromeClientQt::notificationPresenter() const function in class:WebCore::ChromeClientQt
566 return NotificationPresenterClientQt::notificationPresenter();
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h119 virtual WebNotificationPresenter* notificationPresenter() { return 0; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebCore/page/
H A DChrome.cpp482 NotificationPresenter* Chrome::notificationPresenter() const function in class:WebCore::Chrome
484 return m_client->notificationPresenter();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp696 WebCore::NotificationPresenter* WebChromeClient::notificationPresenter() const function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h193 virtual NotificationPresenter* notificationPresenter() const { return 0; } function in class:WebCore::EmptyChromeClient

Completed in 179 milliseconds