Searched refs:DoIdleWork (Results 1 – 8 of 8) sorted by relevance
42 virtual bool DoIdleWork() = 0;
34 did_work = delegate->DoIdleWork(); in Run()
221 more_work_is_plausible = state_->delegate->DoIdleWork(); in DoRunLoop()470 more_work_is_plausible = state_->delegate->DoIdleWork(); in DoRunLoop()
226 more_work_is_plausible = state_->delegate->DoIdleWork(); in RunWithDispatcher()
233 did_work = delegate->DoIdleWork(); in Run()
445 virtual bool DoIdleWork();
619 bool MessageLoop::DoIdleWork() { in DoIdleWork() function in MessageLoop
315 // Call DoIdleWork once, and if something was done, arrange to come back here317 bool did_work = delegate_->DoIdleWork();