Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Notification

35 #include "Notification.h"
82 typedef QHash <Notification*, NotificationWrapper*> NotificationsQueue;
90 virtual bool show(Notification*);
91 virtual void cancel(Notification*);
92 virtual void notificationObjectDestroyed(Notification*);
107 Notification* notificationForWrapper(const NotificationWrapper*) const;
112 void sendEvent(Notification*, const AtomicString& eventName);
113 void displayNotification(Notification*, const QByteArray&);
114 void removeReplacedNotificationFromQueue(Notification*);
115 void detachNotification(Notification*);
116 void dumpReplacedIdText(Notification*);
117 void dumpShowText(Notification*);