Home
last modified time | relevance | path

Searched refs:idle_notifications_to_skip_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_thread_impl.cc428 idle_notifications_to_skip_ = 0; in Init()
1004 if (idle_notifications_to_skip_ > 0) { in IdleHandler()
1005 --idle_notifications_to_skip_; in IdleHandler()
1078 idle_notifications_to_skip_ = 2; in PostponeIdleNotification()
Drender_thread_impl.h507 int idle_notifications_to_skip_; variable