Home
last modified time | relevance | path

Searched refs:DOMWindowNotifications (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DDOMWindowNotifications.cpp40 DOMWindowNotifications::DOMWindowNotifications(DOMWindow* window) in DOMWindowNotifications() function in WebCore::DOMWindowNotifications
46 DOMWindowNotifications::~DOMWindowNotifications() in ~DOMWindowNotifications()
50 const char* DOMWindowNotifications::supplementName() in supplementName()
55 DOMWindowNotifications* DOMWindowNotifications::from(DOMWindow* window) in from()
57DOMWindowNotifications* 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 …]
DDOMWindowNotifications.h41 class DOMWindowNotifications : public Supplement<DOMWindow>, public DOMWindowProperty {
43 virtual ~DOMWindowNotifications();
46 static DOMWindowNotifications* from(DOMWindow*);
52 explicit DOMWindowNotifications(DOMWindow*);
DWindowNotifications.idl29 ImplementedAs=DOMWindowNotifications
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi496 'notifications/DOMWindowNotifications.cpp',
497 'notifications/DOMWindowNotifications.h',
Dmodules.target.linux-arm.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \
Dmodules.target.darwin-arm.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \
Dmodules.target.darwin-x86.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \
Dmodules.target.darwin-mips.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \
Dmodules.target.linux-mips.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \
Dmodules.target.linux-x86.mk159 third_party/WebKit/Source/modules/notifications/DOMWindowNotifications.cpp \