Searched refs:IdleNotification (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/content/public/renderer/
H A Drender_process_observer.h36 virtual void IdleNotification() {} function in class:content::RenderProcessObserver
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8GCForContextDispose.cpp74 v8::V8::IdleNotification(hint);
H A DWorkerScriptController.h108 bool idleNotification() { return v8::V8::IdleNotification(); }
H A DV8GCController.cpp409 v8::V8::IdleNotification(longIdlePauseInMS);
/external/v8/src/
H A Dv8.h112 static bool IdleNotification(int hint);
H A Dv8.cc174 bool V8::IdleNotification(int hint) { function in class:v8::internal::V8
176 // IdleNotification again.
180 return HEAP->IdleNotification(hint);
H A Dd8.cc1443 V8::IdleNotification(kLongIdlePauseInMs);
H A Dheap.h1392 bool IdleNotification(int hint);
H A Dapi.cc4236 bool v8::V8::IdleNotification(int hint) { function in class:v8::v8::V8
4238 // continue to call IdleNotification.
4241 return i::V8::IdleNotification(hint);
H A Dheap.cc4850 bool Heap::IdleNotification(int hint) { function in class:v8::internal::Heap
4885 // By doing small chunks of GC work in each IdleNotification,
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc788 v8::V8::IdleNotification();
804 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification());
825 if (v8::V8::IdleNotification(idle_hint)) {
1320 // Otherwise trigger a couple of v8 GCs using IdleNotification.
1321 if (!v8::V8::IdleNotification())
1322 v8::V8::IdleNotification();
/external/chromium_org/chrome/renderer/extensions/
H A Ddispatcher.h156 virtual void IdleNotification() OVERRIDE;
H A Ddispatcher.cc538 void Dispatcher::IdleNotification() { function in class:extensions::Dispatcher
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc487 while (!v8::V8::IdleNotification())
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc500 while (!v8::V8::IdleNotification())
/external/chromium_org/v8/src/
H A Dd8.cc1354 V8::IdleNotification(kLongIdlePauseInMs);
1545 V8::IdleNotification(kLongIdlePauseInMs);
H A Dheap.h1544 bool IdleNotification(int hint);
H A Dapi.cc5231 bool v8::V8::IdleNotification(int hint) { function in class:v8::v8::V8
5233 // continue to call IdleNotification.
5237 return isolate->heap()->IdleNotification(hint);
H A Dheap.cc5779 bool Heap::IdleNotification(int hint) { function in class:v8::internal::Heap
5816 // By doing small chunks of GC work in each IdleNotification,
/external/v8/test/cctest/
H A Dtest-heap.cc1632 v8::V8::IdleNotification(kLongIdlePauseInMs);
1674 // Since incremental marking is off, IdleNotification will do full GC.
1677 v8::V8::IdleNotification(kLongIdlePauseInMs);
H A Dtest-api.cc13951 // This just checks the contract of the IdleNotification() function,
13953 THREADED_TEST(IdleNotification) {
13965 finshed_idle_work = v8::V8::IdleNotification();
13971 // This just checks the contract of the IdleNotification() function,
13985 bool no_idle_work = v8::V8::IdleNotification(10);
13987 finshed_idle_work = v8::V8::IdleNotification(10);
13995 // This just checks the contract of the IdleNotification() function,
14009 bool no_idle_work = v8::V8::IdleNotification(900);
14011 finshed_idle_work = v8::V8::IdleNotification(900);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc2091 v8::V8::IdleNotification(kLongIdlePauseInMs);
2144 // Since incremental marking is off, IdleNotification will do full GC.
2147 v8::V8::IdleNotification(kLongIdlePauseInMs);
H A Dtest-api.cc17098 TEST(IdleNotification) {
17108 finished = v8::V8::IdleNotification();
17128 finished = v8::V8::IdleNotification(IdlePauseInMs);
17148 finished = v8::V8::IdleNotification(IdlePauseInMs);
17165 v8::V8::IdleNotification(kShortIdlePauseInMs);
17176 v8::V8::IdleNotification(kLongIdlePauseInMs);
17184 finished = v8::V8::IdleNotification(kShortIdlePauseInMs);
/external/v8/include/
H A Dv8.h3265 * Returns true if the embedder should stop calling IdleNotification
3273 static bool IdleNotification(int hint = 1000);
/external/chromium_org/v8/include/
H A Dv8.h4929 * Returns true if the embedder should stop calling IdleNotification
4937 static bool IdleNotification(int hint = 1000);

Completed in 6243 milliseconds