HomeSort by relevance Sort by last modified time
    Searched refs:IdleNotification (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/public/renderer/
render_process_observer.h 36 virtual void IdleNotification() {}
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCForContextDispose.cpp 74 v8::V8::IdleNotification(hint);
WorkerScriptController.h 99 // Returns true if the embedder should stop calling idleNotification
101 bool idleNotification() { return v8::V8::IdleNotification(); }
V8GCController.cpp 410 v8::V8::IdleNotification(longIdlePauseInMS);
  /external/chromium_org/v8/src/
v8.h 115 static bool IdleNotification(int hint);
v8.cc 190 bool V8::IdleNotification(int hint) {
192 // IdleNotification again.
196 return HEAP->IdleNotification(hint);
d8.cc     [all...]
heap.h     [all...]
api.cc     [all...]
  /external/v8/src/
v8.h 112 static bool IdleNotification(int hint);
v8.cc 174 bool V8::IdleNotification(int hint) {
176 // IdleNotification again.
180 return HEAP->IdleNotification(hint);
d8.cc     [all...]
heap.h     [all...]
api.cc     [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 805 v8::V8::IdleNotification();
821 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification());
842 if (v8::V8::IdleNotification(idle_hint)) {
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.h 145 virtual void IdleNotification() OVERRIDE;
dispatcher.cc 484 void Dispatcher::IdleNotification() {
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 487 while (!v8::V8::IdleNotification())
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 500 while (!v8::V8::IdleNotification())
  /external/v8/test/cctest/
test-heap.cc     [all...]
test-api.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
test-api.cc     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 1456 milliseconds

1 2