Home
last modified time | relevance | path

Searched refs:isErrorEvent (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/dom/
DErrorEvent.cpp67 bool ErrorEvent::isErrorEvent() const in isErrorEvent() function in WebCore::ErrorEvent
DErrorEvent.h57 virtual bool isErrorEvent() const;
DEvent.cpp203 bool Event::isErrorEvent() const in isErrorEvent() function in WebCore::Event
DEvent.h136 virtual bool isErrorEvent() const;
/external/webkit/Source/WebCore/bindings/v8/
DV8WorkerContextErrorHandler.cpp49 ASSERT(event->isErrorEvent()); in callListenerFunction()
DV8WindowErrorHandler.cpp47 if (!event->isErrorEvent()) in callListenerFunction()
/external/webkit/Source/WebCore/bindings/js/
DJSErrorHandler.cpp55 if (!event->isErrorEvent()) in handleEvent()
DJSEventCustom.cpp177 else if (event->isErrorEvent()) in toJS()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp151 if (impl->isErrorEvent()) in toV8()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1621812 (WebCore::Event::isErrorEvent):
42489 (WebCore::Event::isErrorEvent):
DChangeLog-2010-01-2983184 (WebCore::Event::isErrorEvent):