Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DMutationEvent.cpp61 bool MutationEvent::isMutationEvent() const in isMutationEvent() function in WebCore::MutationEvent
DMutationEvent.h60 virtual bool isMutationEvent() const;
DEvent.cpp82 bool Event::isMutationEvent() const in isMutationEvent() function in WebCore::Event
DEvent.h103 virtual bool isMutationEvent() const;
/external/webkit/WebCore/bindings/js/
DJSEventCustom.cpp115 } else if (event->isMutationEvent()) in toJS()
/external/webkit/WebCore/bindings/objc/
DDOMEvents.mm96 } else if (impl->isMutationEvent())
/external/webkit/WebKit/win/
DDOMEventsClasses.cpp84 } else if (e->isMutationEvent()) { in createInstance()
/external/webkit/WebCore/
DChangeLog-2005-08-2357116 (EventImpl::isMutationEvent): Ditto.
57121 (MutationEventImpl::isMutationEvent): Ditto.