Home
last modified time | relevance | path

Searched refs:toNotification (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventTarget.h64 WebDOMNotification toNotification();
DWebDOMEventTarget.cpp188 if (WebCore::Notification* notification = value->toNotification()) in toWebKit()
/external/webkit/Source/WebCore/notifications/
DNotification.h94 virtual Notification* toNotification() { return this; } in toNotification() function
/external/webkit/Source/WebCore/bindings/js/
DJSEventTarget.cpp160 if (Notification* notification = target->toNotification()) in toJS()
/external/webkit/Source/WebCore/dom/
DEventTarget.cpp169 Notification* EventTarget::toNotification() in toNotification() function in WebCore::EventTarget
DEventTarget.h135 virtual Notification* toNotification();
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp383 if (Notification* notification = target->toNotification()) in convertEventTargetToV8Object()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2973677 (WebCore::EventTarget::toNotification):
73709 (WebCore::Notification::toNotification):