HomeSort by relevance Sort by last modified time
    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