Home
last modified time | relevance | path

Searched refs:IdleNotification (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/public/renderer/
Drender_process_observer.h36 virtual void IdleNotification() {} in IdleNotification() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8GCForContextDispose.cpp75 V8PerIsolateData::mainThreadIsolate()->IdleNotification(idlePauseInMs); in pseudoIdleTimerFired()
DWorkerScriptController.h77 bool idleNotification() { return m_isolate->IdleNotification(1000); } in idleNotification()
/external/chromium_org/extensions/renderer/
Ddispatcher.h161 virtual void IdleNotification() OVERRIDE;
Ddispatcher.cc746 void Dispatcher::IdleNotification() { in IdleNotification() function in extensions::Dispatcher
/external/chromium_org/content/renderer/
Drender_thread_impl.cc1021 !blink::mainThreadIsolate()->IdleNotification(1000)) { in IdleHandler()
1051 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification()); in IdleHandler()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc820 blink::mainThreadIsolate()->IdleNotification(idle_time_in_ms); in DidCommit()
/external/chromium_org/v8/src/
Dd8.cc1260 isolate->IdleNotification(kLongIdlePauseInMs); in ExecuteInThread()
1449 isolate->IdleNotification(kLongIdlePauseInMs); in RunMain()
Dapi.cc6774 bool v8::Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::v8::Isolate
6779 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()
/external/chromium_org/v8/src/heap/
Dheap.h1051 bool IdleNotification(int idle_time_in_ms);
Dheap.cc4295 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc2122 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs); in TEST()
2178 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs); in TEST()
Dtest-api.cc17779 TEST(IdleNotification) { in TEST() argument
17790 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()
17810 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()
17830 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()
17846 env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()
17857 env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()
17865 finished = env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()
/external/chromium_org/v8/include/
Dv8.h4786 bool IdleNotification(int idle_time_in_ms);
/external/chromium_org/v8/
DChangeLog614 Collect garbage with kReduceMemoryFootprintMask in IdleNotification
7011 Removed the high-priority flag from IdleNotification()