Home
last modified time | relevance | path

Searched refs:NotificationRequestCallback (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationCenter.cpp85 m_callbacks.add(NotificationRequestCallback::createAndStartTimer(this, callback)); in requestPermission()
101 void NotificationCenter::requestTimedOut(NotificationCenter::NotificationRequestCallback* request) in requestTimedOut()
106 PassRefPtr<NotificationCenter::NotificationRequestCallback> NotificationCenter::NotificationRequest… in createAndStartTimer()
108 …tr<NotificationCenter::NotificationRequestCallback> requestCallback = adoptRef(new NotificationCen… in createAndStartTimer()
113 NotificationCenter::NotificationRequestCallback::NotificationRequestCallback(NotificationCenter* ce… in NotificationRequestCallback() function in WebCore::NotificationCenter::NotificationRequestCallback
115 , m_timer(this, &NotificationCenter::NotificationRequestCallback::timerFired) in NotificationRequestCallback()
120 void NotificationCenter::NotificationRequestCallback::startTimer() in startTimer()
125 void NotificationCenter::NotificationRequestCallback::timerFired(Timer<NotificationCenter::Notifica… in timerFired() argument
DNotificationCenter.h78 class NotificationRequestCallback : public RefCounted<NotificationRequestCallback> {
80 …static PassRefPtr<NotificationRequestCallback> createAndStartTimer(NotificationCenter*, PassOwnPtr…
82 void timerFired(Timer<NotificationRequestCallback>*);
84 NotificationRequestCallback(NotificationCenter*, PassOwnPtr<VoidCallback>);
87 Timer<NotificationRequestCallback> m_timer;
91 void requestTimedOut(NotificationRequestCallback*);
94 HashSet<RefPtr<NotificationRequestCallback> > m_callbacks;