Home | History | Annotate | Download | only in renderer

Lines Matching refs:IdleNotification

915   if (!v8::V8::IdleNotification()) {
941 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification());
964 if (!v8::V8::IdleNotification(idle_hint))
1473 // Otherwise trigger a couple of v8 GCs using IdleNotification.
1474 if (!v8::V8::IdleNotification())
1475 v8::V8::IdleNotification();