OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_notificationCenter
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DOMWindowNotifications.cpp
72
m_notificationCenter
= nullptr;
78
m_notificationCenter
= nullptr;
87
if (
m_notificationCenter
)
88
return
m_notificationCenter
.get();
100
m_notificationCenter
= NotificationCenter::create(document, provider);
102
return
m_notificationCenter
.get();
WorkerGlobalScopeNotifications.cpp
70
if (!
m_notificationCenter
)
71
m_notificationCenter
= NotificationCenter::create(m_context, m_context->thread()->getNotificationClient());
72
return
m_notificationCenter
.get();
WorkerGlobalScopeNotifications.h
54
RefPtr<NotificationCenter>
m_notificationCenter
;
DOMWindowNotifications.h
58
RefPtr<NotificationCenter>
m_notificationCenter
;
NotificationCenter.cpp
114
:
m_notificationCenter
(center)
129
m_notificationCenter
->requestTimedOut(this);
NotificationCenter.h
86
RefPtr<NotificationCenter>
m_notificationCenter
;
Completed in 171 milliseconds