Searched refs:ErrorEventInit (Results 1 – 2 of 2) sorted by relevance
41 struct ErrorEventInit : public EventInit { struct42 ErrorEventInit();60 …static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& i… in create() argument90 ErrorEvent(const AtomicString&, const ErrorEventInit&);
39 ErrorEventInit::ErrorEventInit() in ErrorEventInit() function in WebCore::ErrorEventInit52 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) in ErrorEvent()