Home
last modified time | relevance | path

Searched refs:isMutationEvent (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebDOMEvent.cpp117 bool WebDOMEvent::isMutationEvent() const in isMutationEvent() function in WebKit::WebDOMEvent
120 return m_private->isMutationEvent(); in isMutationEvent()
/external/webkit/Source/WebCore/dom/
DMutationEvent.cpp65 bool MutationEvent::isMutationEvent() const in isMutationEvent() function in WebCore::MutationEvent
DMutationEvent.h63 virtual bool isMutationEvent() const;
DEvent.cpp92 bool Event::isMutationEvent() const in isMutationEvent() function in WebCore::Event
DEvent.h105 virtual bool isMutationEvent() const;
DEvent.idl84 boolean isMutationEvent();
DEventDispatcher.cpp381 if (event->isMutationEvent()) in determineDispatchBehavior()
/external/webkit/Source/WebKit/chromium/public/
DWebDOMEvent.h78 WEBKIT_API bool isMutationEvent() const;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp131 if (impl->isMutationEvent()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp149 } else if (event->isMutationEvent()) in toJS()
/external/webkit/Source/WebCore/bindings/objc/
DDOMEvents.mm63 if (impl->isMutationEvent())
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp82 } else if (e->isMutationEvent()) { in createInstance()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2357116 (EventImpl::isMutationEvent): Ditto.
57121 (MutationEventImpl::isMutationEvent): Ditto.
DChangeLog-2010-12-06127130 …* dom/Event.idl: Export isMutationEvent()/isMouseEvent()/isUIEvent() helpers for cpp bindings only.