Searched refs:ErrorEventInit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.cpp38 ErrorEventInit::ErrorEventInit() function in class:WebCore::ErrorEventInit
51 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer)
H A DErrorEvent.h41 struct ErrorEventInit : public EventInit { struct in namespace:WebCore
42 ErrorEventInit();
60 static PassRefPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& initializer)
88 ErrorEvent(const AtomicString&, const ErrorEventInit&);

Completed in 117 milliseconds