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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWorkerScriptController.h75 // Returns true if the embedder should stop calling idleNotification
77 bool idleNotification() { return m_isolate->IdleNotification(1000); } function in class:blink::WorkerScriptController
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.cpp302 bool WorkerGlobalScope::idleNotification() function in class:blink::WorkerGlobalScope
304 return script()->idleNotification();

Completed in 86 milliseconds