Home
last modified time | relevance | path

Searched refs:NotificationPresenterClientQt (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp55 bool NotificationPresenterClientQt::dumpNotification = false;
57 NotificationPresenterClientQt* s_notificationPresenter = 0;
59 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter() in notificationPresenter()
64 s_notificationPresenter = new NotificationPresenterClientQt(); in notificationPresenter()
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()
[all …]
DNotificationPresenterClientQt.h84 class NotificationPresenterClientQt : public NotificationPresenter {
86 NotificationPresenterClientQt();
87 ~NotificationPresenterClientQt();
105 static NotificationPresenterClientQt* notificationPresenter();
DDumpRenderTreeSupportQt.cpp730 NotificationPresenterClientQt::dumpNotification = b; in dumpNotification()
931 NotificationPresenterClientQt::notificationPresenter()->notificationClicked(title); in simulateDesktopNotificationClick()
DChromeClientQt.cpp566 return NotificationPresenterClientQt::notificationPresenter(); in notificationPresenter()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h61 class NotificationPresenterClientQt; variable
441 friend class WebCore::NotificationPresenterClientQt;
Dqwebpage.cpp352 NotificationPresenterClientQt::notificationPresenter()->addClient(); in QWebPagePrivate()
376 NotificationPresenterClientQt::notificationPresenter()->removeClient(); in ~QWebPagePrivate()
2164NotificationPresenterClientQt::notificationPresenter()->allowNotificationForFrame(frame->d->frame); in setFeaturePermission()
/external/webkit/Source/WebKit/qt/
DQtWebKit.pro181 $$PWD/WebCoreSupport/NotificationPresenterClientQt.cpp \
197 $$PWD/WebCoreSupport/NotificationPresenterClientQt.h \
DChangeLog-2011-02-161846 * WebCoreSupport/NotificationPresenterClientQt.cpp:
1847 (WebCore::NotificationPresenterClientQt::requestPermission):
1848 (WebCore::NotificationPresenterClientQt::cancelRequestsForPermission):
1881 * WebCoreSupport/NotificationPresenterClientQt.cpp:
1882 (WebCore::NotificationPresenterClientQt::requestPermission):
1883 (WebCore::NotificationPresenterClientQt::cancelRequestsForPermission):
2085 * WebCoreSupport/NotificationPresenterClientQt.cpp:
2086 (WebCore::NotificationPresenterClientQt::checkPermission): Replaced explicit
2088 (WebCore::NotificationPresenterClientQt::cancelRequestsForPermission): Remove
2090 (WebCore::NotificationPresenterClientQt::allowNotificationForFrame): Do not
[all …]
DChangeLog2035 * WebCoreSupport/NotificationPresenterClientQt.cpp:
2036 (WebCore::NotificationPresenterClientQt::toPage):