Home
last modified time | relevance | path

Searched refs:notificationPresenter (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp59 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter() in notificationPresenter() function in WebCore::NotificationPresenterClientQt
85 NotificationPresenterClientQt::notificationPresenter()->cancel(this); in close()
92 …Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationF… in title()
102 …Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationF… in message()
113 …Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationF… in iconData()
126 …Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationF… in openerPageUrl()
138 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(this); in notificationClicked()
145 NotificationPresenterClientQt::notificationPresenter()->cancel(this); in notificationClosed()
DNotificationPresenterClientQt.h105 static NotificationPresenterClientQt* notificationPresenter();
DChromeClientQt.h147 virtual NotificationPresenter* notificationPresenter() const;
DChromeClientQt.cpp564 NotificationPresenter* ChromeClientQt::notificationPresenter() const in notificationPresenter() function in WebCore::ChromeClientQt
566 return NotificationPresenterClientQt::notificationPresenter(); in notificationPresenter()
DDumpRenderTreeSupportQt.cpp931 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(title); in simulateDesktopNotificationClick()
/external/webkit/Source/WebKit/chromium/public/
DWebCommonWorkerClient.h76 virtual WebNotificationPresenter* notificationPresenter() = 0;
DWebViewClient.h119 virtual WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
/external/webkit/Tools/DumpRenderTree/chromium/
DTestWebWorker.h84 virtual WebKit::WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
DTestShell.h93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); } in notificationPresenter() function
DWebViewHost.h145 virtual WebKit::WebNotificationPresenter* notificationPresenter();
DWebViewHost.cpp596 WebNotificationPresenter* WebViewHost::notificationPresenter() in notificationPresenter() function in WebViewHost
598 return m_shell->notificationPresenter(); in notificationPresenter()
DLayoutTestController.cpp1077 m_shell->notificationPresenter()->grantPermission(cppVariantToWebString(arguments[0])); in grantDesktopNotificationPermission()
1087 if (m_shell->notificationPresenter()->simulateClick(cppVariantToWebString(arguments[0]))) in simulateDesktopNotificationClick()
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerClientImpl.h91 virtual WebNotificationPresenter* notificationPresenter() in notificationPresenter() function
DChromeClientImpl.h136 virtual WebCore::NotificationPresenter* notificationPresenter() const;
DChromeClientImpl.cpp809 NotificationPresenter* ChromeClientImpl::notificationPresenter() const in notificationPresenter() function in WebKit::ChromeClientImpl
/external/webkit/Source/WebCore/page/
DChrome.h169 NotificationPresenter* notificationPresenter() const;
DChrome.cpp482 NotificationPresenter* Chrome::notificationPresenter() const in notificationPresenter() function in WebCore::Chrome
484 return m_client->notificationPresenter(); in notificationPresenter()
DChromeClient.h199 virtual NotificationPresenter* notificationPresenter() const = 0;
DDOMWindow.cpp697 NotificationPresenter* provider = page->chrome()->notificationPresenter(); in webkitNotifications()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DChromeClientWinCE.h141 virtual WebCore::NotificationPresenter* notificationPresenter() const;
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.h173 …virtual WebCore::NotificationPresenter* notificationPresenter() const { return reinterpret_cast<We… in notificationPresenter() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.h199 virtual WebCore::NotificationPresenter* notificationPresenter() const;
DWebChromeClient.cpp696 WebCore::NotificationPresenter* WebChromeClient::notificationPresenter() const in notificationPresenter() function in WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
DEmptyClients.h193 virtual NotificationPresenter* notificationPresenter() const { return 0; } in notificationPresenter() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp352 NotificationPresenterClientQt::notificationPresenter()->addClient(); in QWebPagePrivate()
376 NotificationPresenterClientQt::notificationPresenter()->removeClient(); in ~QWebPagePrivate()
2164 …NotificationPresenterClientQt::notificationPresenter()->allowNotificationForFrame(frame->d->frame); in setFeaturePermission()

12