Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.h41 struct ErrorEventInit : public EventInit { struct
42 ErrorEventInit();
60 …static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& i… in create() argument
90 ErrorEvent(const AtomicString&, const ErrorEventInit&);
DErrorEvent.cpp39 ErrorEventInit::ErrorEventInit() in ErrorEventInit() function in WebCore::ErrorEventInit
52 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) in ErrorEvent()