Searched refs:ProgressEventInit (Results 1 – 2 of 2) sorted by relevance
33 struct ProgressEventInit : public EventInit { struct34 ProgressEventInit();51 …static PassRefPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initial… in create() argument65 ProgressEvent(const AtomicString&, const ProgressEventInit&);
33 ProgressEventInit::ProgressEventInit() in ProgressEventInit() function in WebCore::ProgressEventInit48 ProgressEvent::ProgressEvent(const AtomicString& type, const ProgressEventInit& initializer) in ProgressEvent()