Searched defs:ErrorEvent (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DErrorEvent.cpp33 #include "ErrorEvent.h"
39 ErrorEvent::ErrorEvent() function in class:WebCore::ErrorEvent
43 ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber) function in class:WebCore::ErrorEvent
51 ErrorEvent::~ErrorEvent()
55 void ErrorEvent::initErrorEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& message, const String& fileName, unsigned lineNumber)
67 bool ErrorEvent::isErrorEvent() const
H A DErrorEvent.h39 class ErrorEvent : public Event { class in namespace:WebCore
41 static PassRefPtr<ErrorEvent> create()
43 return adoptRef(new ErrorEvent);
45 static PassRefPtr<ErrorEvent> create(const String& message, const String& fileName, unsigned lineNumber)
47 return adoptRef(new ErrorEvent(message, fileName, lineNumber));
49 virtual ~ErrorEvent();
60 ErrorEvent();
61 ErrorEvent(const String& message, const String& fileName, unsigned lineNumber);
/external/webkit/Source/WebKit/chromium/public/
H A DWebApplicationCacheHost.h65 ErrorEvent, enumerator in enum:WebKit::WebApplicationCacheHost::EventID

Completed in 96 milliseconds