OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idleNotification
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.h
106
// Returns true if the embedder should stop calling
idleNotification
108
bool
idleNotification
() { return v8::V8::
IdleNotification
(); }
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp
326
bool WorkerGlobalScope::
idleNotification
()
328
return script()->
idleNotification
();
WorkerGlobalScope.h
134
bool
idleNotification
();
WorkerRunLoop.cpp
194
bool hasMoreWork = !context->
idleNotification
();
Completed in 460 milliseconds