Searched defs:InstallEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DInstallEvent.cpp32 #include "InstallEvent.h"
41 PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create()
43 return adoptRefWillBeNoop(new InstallEvent());
46 PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create(const AtomicString& type, const EventInit& initializer, WaitUntilObserver* observer)
48 return adoptRefWillBeNoop(new InstallEvent(type, initializer, observer));
51 void InstallEvent::replace()
57 ScriptPromise InstallEvent::reloadAll(ScriptState* scriptState)
66 const AtomicString& InstallEvent
71 InstallEvent::InstallEvent() function in class:blink::InstallEvent
75 InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, WaitUntilObserver* observer) function in class:blink::InstallEvent
[all...]

Completed in 118 milliseconds