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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.h 84 class NotificationPresenterClientQt : public NotificationPresenter {
86 NotificationPresenterClientQt();
87 ~NotificationPresenterClientQt();
105 static NotificationPresenterClientQt* notificationPresenter();
NotificationPresenterClientQt.cpp 33 #include "NotificationPresenterClientQt.h"
55 bool NotificationPresenterClientQt::dumpNotification = false;
57 NotificationPresenterClientQt* s_notificationPresenter = 0;
59 NotificationPresenterClientQt* NotificationPresenterClientQt::notificationPresenter()
64 s_notificationPresenter = new 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)
    [all...]

Completed in 38 milliseconds