Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc54 if (RunsTasksInCurrentSequence() && is_doing_work()) in ScheduleWork()
71 if (is_doing_work()) in SetNextDelayedDoWork()
193 if (is_doing_work()) in Quit()
Dthread_controller_with_message_pump_impl.h89 bool is_doing_work() const { in is_doing_work() function