InstallEvent 41 Source/modules/serviceworkers/InstallEvent.cpp PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create() InstallEvent 43 Source/modules/serviceworkers/InstallEvent.cpp return adoptRefWillBeNoop(new InstallEvent()); InstallEvent 46 Source/modules/serviceworkers/InstallEvent.cpp PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) InstallEvent 48 Source/modules/serviceworkers/InstallEvent.cpp return adoptRefWillBeNoop(new InstallEvent(type, initializer, observer)); InstallEvent 51 Source/modules/serviceworkers/InstallEvent.cpp void InstallEvent::replace() InstallEvent 57 Source/modules/serviceworkers/InstallEvent.cpp ScriptPromise InstallEvent::reloadAll(ExecutionContext* context) InstallEvent 69 Source/modules/serviceworkers/InstallEvent.cpp const AtomicString& InstallEvent::interfaceName() const InstallEvent 71 Source/modules/serviceworkers/InstallEvent.cpp return EventNames::InstallEvent; InstallEvent 74 Source/modules/serviceworkers/InstallEvent.cpp InstallEvent::InstallEvent() InstallEvent 79 Source/modules/serviceworkers/InstallEvent.cpp InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) InstallEvent 85 Source/modules/serviceworkers/InstallEvent.cpp void InstallEvent::trace(Visitor* visitor) InstallEvent 42 Source/modules/serviceworkers/InstallEvent.h class InstallEvent FINAL : public InstallPhaseEvent { InstallEvent 44 Source/modules/serviceworkers/InstallEvent.h static PassRefPtrWillBeRawPtr<InstallEvent> create(); InstallEvent 45 Source/modules/serviceworkers/InstallEvent.h static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); InstallEvent 46 Source/modules/serviceworkers/InstallEvent.h virtual ~InstallEvent() { } InstallEvent 57 Source/modules/serviceworkers/InstallEvent.h InstallEvent(); InstallEvent 58 Source/modules/serviceworkers/InstallEvent.h InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); InstallEvent 68 Source/web/ServiceWorkerGlobalScopeProxy.cpp m_workerGlobalScope->dispatchEvent(InstallEvent::create(EventTypeNames::install, EventInit(), observer));