Searched refs:notificationPresenter (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp58 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter() function in class:WebCore::NotificationPresenterClientQt
81 NotificationPresenterClientQt::notificationPresenter()->cancel(this);
88 NotificationPresenterClientQt::notificationPresenter()->sendDisplayEvent(this);
95 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
105 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this);
115 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 DNotificationPresenterClientQt.h114 static NotificationPresenterClientQt* notificationPresenter();
H A DQWebPageAdapter.cpp239 WebCore::provideNotification(page, NotificationPresenterClientQt::notificationPresenter());
253 NotificationPresenterClientQt::notificationPresenter()->removeClient();
1161 NotificationPresenterClientQt::notificationPresenter()->setNotificationsAllowedForFrame(frame->frame, allowed);
1166 NotificationPresenterClientQt::notificationPresenter()->addClient();
1172 return NotificationPresenterClientQt::notificationPresenter()->hasSystemTrayIcon();
1177 NotificationPresenterClientQt::notificationPresenter()->setSystemTrayIcon(icon);
H A DDumpRenderTreeSupportQt.cpp646 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(title);
892 WebCore::NotificationPresenterClientQt::notificationPresenter()->clearCachedPermissions();
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DChromeClientWinCE.h134 virtual WebCore::NotificationClient* notificationPresenter() const;
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.h119 virtual WebCore::NotificationClient* notificationPresenter() const;
H A DChromeClientEfl.cpp444 NotificationClient* ChromeClientEfl::notificationPresenter() const function in class:WebCore::ChromeClientEfl
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.h157 virtual WebCore::NotificationClient* notificationPresenter() const { return reinterpret_cast<WebCore::NotificationClient*>(m_notificationsDelegate.get()); } function in class:WebChromeClient

Completed in 82 milliseconds