OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitUntil
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ExtendableEvent.idl
36
[CallWith=ScriptState] void
waitUntil
(any value);
ExtendableEvent.cpp
53
void ExtendableEvent::
waitUntil
(ScriptState* scriptState, const ScriptValue& value)
55
m_observer->
waitUntil
(scriptState, value);
ExtendableEvent.h
49
void
waitUntil
(ScriptState*, const ScriptValue&);
WaitUntilObserver.h
35
void
waitUntil
(ScriptState*, const ScriptValue&);
WaitUntilObserver.cpp
79
void WaitUntilObserver::
waitUntil
(ScriptState* scriptState, const ScriptValue& value)
/external/chromium_org/content/test/data/service_worker/
worker_install_fulfilled.js
6
event.
waitUntil
(new Promise(function(r) { setTimeout(r, 5); }));
7
event.
waitUntil
(1);
worker_activate_rejected.js
6
event.
waitUntil
(new Promise(function(resolve, reject) {
worker_install_rejected.js
6
event.
waitUntil
(new Promise(function(resolve, reject) {
Completed in 1220 milliseconds