EventInit          42 Source/core/css/CSSFontFaceLoadEvent.h struct CSSFontFaceLoadEventInit : public EventInit {
EventInit          12 Source/core/events/AnimationPlayerEvent.h struct AnimationPlayerEventInit : public EventInit {
EventInit          17 Source/core/events/ApplicationCacheErrorEvent.h struct ApplicationCacheErrorEventInit : public EventInit {
EventInit          32 Source/core/events/AutocompleteErrorEvent.h struct AutocompleteErrorEventInit : public EventInit {
EventInit          35 Source/core/events/CustomEvent.h typedef EventInit CustomEventInit;
EventInit          41 Source/core/events/ErrorEvent.h struct ErrorEventInit : public EventInit {
EventInit          32 Source/core/events/Event.cpp EventInit::EventInit()
EventInit          70 Source/core/events/Event.cpp Event::Event(const AtomicString& eventType, const EventInit& initializer)
EventInit          43 Source/core/events/Event.h     EventInit();
EventInit         102 Source/core/events/Event.h     static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type, const EventInit& initializer)
EventInit         189 Source/core/events/Event.h     Event(const AtomicString& type, const EventInit&);
EventInit          28 Source/core/events/HashChangeEvent.h struct HashChangeEventInit : public EventInit {
EventInit          41 Source/core/events/MessageEvent.h struct MessageEventInit : public EventInit {
EventInit          33 Source/core/events/OverflowEvent.h struct OverflowEventInit : public EventInit {
EventInit          33 Source/core/events/PageTransitionEvent.h struct PageTransitionEventInit : public EventInit {
EventInit          38 Source/core/events/PopStateEvent.h typedef EventInit PopStateEventInit;
EventInit          33 Source/core/events/ProgressEvent.h struct ProgressEventInit : public EventInit {
EventInit          32 Source/core/events/SecurityPolicyViolationEvent.h struct SecurityPolicyViolationEventInit : public EventInit {
EventInit          34 Source/core/events/TransitionEvent.h struct TransitionEventInit : public EventInit {
EventInit          35 Source/core/events/UIEvent.h struct UIEventInit : public EventInit {
EventInit          36 Source/core/events/WebKitAnimationEvent.h struct WebKitAnimationEventInit : public EventInit {
EventInit          34 Source/core/html/MediaKeyEvent.h struct MediaKeyEventInit : public EventInit {
EventInit          33 Source/core/html/canvas/WebGLContextEvent.h struct WebGLContextEventInit : public EventInit {
EventInit         305 Source/core/html/track/TextTrackList.cpp     EventInit initializer;
EventInit          34 Source/core/html/track/TrackEvent.h struct TrackEventInit : public EventInit {
EventInit          37 Source/core/storage/StorageEvent.h struct StorageEventInit : public EventInit {
EventInit          35 Source/modules/encryptedmedia/MediaKeyMessageEvent.h struct MediaKeyMessageEventInit : public EventInit {
EventInit          34 Source/modules/encryptedmedia/MediaKeyNeededEvent.h struct MediaKeyNeededEventInit : public EventInit {
EventInit          13 Source/modules/gamepad/GamepadEvent.h struct GamepadEventInit : public EventInit {
EventInit          41 Source/modules/indexeddb/IDBVersionChangeEvent.h struct IDBVersionChangeEventInit : public EventInit {
EventInit          34 Source/modules/mediastream/MediaStreamEvent.h struct MediaStreamEventInit : public EventInit {
EventInit          34 Source/modules/mediastream/RTCDTMFToneChangeEvent.h struct RTCDTMFToneChangeEventInit : public EventInit {
EventInit          46 Source/modules/serviceworkers/InstallEvent.cpp PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer)
EventInit          79 Source/modules/serviceworkers/InstallEvent.cpp InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer)
EventInit          45 Source/modules/serviceworkers/InstallEvent.h     static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>);
EventInit          58 Source/modules/serviceworkers/InstallEvent.h     InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>);
EventInit          44 Source/modules/serviceworkers/InstallPhaseEvent.cpp PassRefPtrWillBeRawPtr<InstallPhaseEvent> InstallPhaseEvent::create(const AtomicString& type, const EventInit& eventInit, PassRefPtr<WaitUntilObserver> observer)
EventInit          63 Source/modules/serviceworkers/InstallPhaseEvent.cpp InstallPhaseEvent::InstallPhaseEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer)
EventInit          44 Source/modules/serviceworkers/InstallPhaseEvent.h     static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>);
EventInit          55 Source/modules/serviceworkers/InstallPhaseEvent.h     InstallPhaseEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>);
EventInit          35 Source/modules/speech/SpeechRecognitionError.h struct SpeechRecognitionErrorInit : public EventInit {
EventInit          39 Source/modules/speech/SpeechRecognitionEvent.h class SpeechRecognitionEventInit : public EventInit {
EventInit          39 Source/modules/webmidi/MIDIConnectionEvent.h struct MIDIConnectionEventInit : public EventInit {
EventInit          39 Source/modules/webmidi/MIDIMessageEvent.h struct MIDIMessageEventInit : public EventInit {
EventInit          38 Source/modules/websockets/CloseEvent.h struct CloseEventInit : public EventInit {
EventInit          68 Source/web/ServiceWorkerGlobalScopeProxy.cpp     m_workerGlobalScope->dispatchEvent(InstallEvent::create(EventTypeNames::install, EventInit(), observer));
EventInit          77 Source/web/ServiceWorkerGlobalScopeProxy.cpp     m_workerGlobalScope->dispatchEvent(InstallPhaseEvent::create(EventTypeNames::activate, EventInit(), observer));