Searched refs:DOMWindowNotifications (Results 1 – 10 of 10) sorted by relevance
40 DOMWindowNotifications::DOMWindowNotifications(DOMWindow* window) in DOMWindowNotifications() function in WebCore::DOMWindowNotifications46 DOMWindowNotifications::~DOMWindowNotifications() in ~DOMWindowNotifications()50 const char* DOMWindowNotifications::supplementName() in supplementName()55 DOMWindowNotifications* DOMWindowNotifications::from(DOMWindow* window) in from()57 …DOMWindowNotifications* supplement = static_cast<DOMWindowNotifications*>(Supplement<DOMWindow>::f… in from()59 supplement = new DOMWindowNotifications(window); in from()65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) in webkitNotifications()67 return DOMWindowNotifications::from(window)->webkitNotifications(); in webkitNotifications()70 void DOMWindowNotifications::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame()76 void DOMWindowNotifications::willDetachGlobalObjectFromFrame() in willDetachGlobalObjectFromFrame()[all …]
41 class DOMWindowNotifications : public Supplement<DOMWindow>, public DOMWindowProperty {43 virtual ~DOMWindowNotifications();46 static DOMWindowNotifications* from(DOMWindow*);52 explicit DOMWindowNotifications(DOMWindow*);
29 ImplementedAs=DOMWindowNotifications
496 'notifications/DOMWindowNotifications.cpp',497 'notifications/DOMWindowNotifications.h',
159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \