HomeSort by relevance Sort by last modified time
    Searched refs:ErrorEventInit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
ErrorEvent.h 41 struct ErrorEventInit : public EventInit {
42 ErrorEventInit();
61 static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& initializer)
91 ErrorEvent(const AtomicString&, const ErrorEventInit&);
ErrorEvent.cpp 39 ErrorEventInit::ErrorEventInit()
56 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer)

Completed in 34 milliseconds