OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThenFunction
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.cpp
23
class RespondWithObserver::
ThenFunction
FINAL : public ScriptFunction {
32
ThenFunction
* self = new
ThenFunction
(scriptState, observer, type);
43
ThenFunction
(ScriptState* scriptState, RespondWithObserver* observer, ResolveType type)
96
ThenFunction
::createFunction(scriptState, this,
ThenFunction
::Fulfilled),
97
ThenFunction
::createFunction(scriptState, this,
ThenFunction
::Rejected));
WaitUntilObserver.cpp
22
class WaitUntilObserver::
ThenFunction
FINAL : public ScriptFunction {
31
ThenFunction
* self = new
ThenFunction
(scriptState, observer, type);
42
ThenFunction
(ScriptState* scriptState, WaitUntilObserver* observer, ResolveType type)
83
ThenFunction
::createFunction(scriptState, this,
ThenFunction
::Fulfilled),
84
ThenFunction
::createFunction(scriptState, this,
ThenFunction
::Rejected));
RespondWithObserver.h
41
class
ThenFunction
;
WaitUntilObserver.h
40
class
ThenFunction
;
ServiceWorker.h
74
class
ThenFunction
;
ServiceWorker.cpp
48
class ServiceWorker::
ThenFunction
FINAL : public ScriptFunction {
52
ThenFunction
* self = new
ThenFunction
(scriptState, observer);
63
ThenFunction
(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ServiceWorker> observer)
223
resolver->promise().then(
ThenFunction
::createFunction(resolver->scriptState(), this));
Completed in 475 milliseconds