Searched refs:toNotification (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMEventTarget.h64 WebDOMNotification toNotification();
H A DWebDOMEventTarget.cpp188 if (WebCore::Notification* notification = value->toNotification())
/external/webkit/Source/WebCore/notifications/
H A DNotification.h94 virtual Notification* toNotification() { return this; } function in class:WebCore::Notification
/external/webkit/Source/WebCore/bindings/js/
H A DJSEventTarget.cpp160 if (Notification* notification = target->toNotification())
/external/webkit/Source/WebCore/dom/
H A DEventTarget.cpp169 Notification* EventTarget::toNotification() function in class:WebCore::EventTarget
H A DEventTarget.h135 virtual Notification* toNotification();
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWrapper.cpp379 if (Notification* notification = target->toNotification())

Completed in 187 milliseconds