Searched refs:did_work (Results 1 – 4 of 4) sorted by relevance
33 bool did_work = delegate->DoWork(); in Run() local37 did_work |= delegate->DoDelayedWork(&delayed_work_time_); in Run()41 if (did_work) in Run()44 did_work = delegate->DoIdleWork(); in Run()48 if (did_work) in Run()
236 bool did_work = delegate->DoWork(); in Run() local241 did_work |= processed_io_events_; in Run()246 did_work |= delegate->DoDelayedWork(&delayed_work_time_); in Run()250 if (did_work) in Run()253 did_work = delegate->DoIdleWork(); in Run()257 if (did_work) in Run()
157 bool did_work; in ~MessageLoop() local162 did_work = DeletePendingTasks(); in ~MessageLoop()163 if (!did_work) in ~MessageLoop()166 DCHECK(!did_work); in ~MessageLoop()512 bool did_work = !work_queue_.empty(); in DeletePendingTasks() local523 did_work |= !deferred_non_nestable_work_queue_.empty(); in DeletePendingTasks()527 did_work |= !delayed_work_queue_.empty(); in DeletePendingTasks()537 return did_work; in DeletePendingTasks()
326 bool did_work = delegate_->DoWork();327 bool resignal_work_source = did_work;331 if (!did_work) {334 // Only do these checks if did_work is false. If did_work is true, this385 bool did_work = delegate_->DoIdleWork();386 if (did_work) {390 return did_work;