Home
last modified time | relevance | path

Searched refs:ShouldQuit (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_android.cc115 if (ShouldQuit()) in OnDelayedLooperCallback()
129 if (ShouldQuit()) in OnDelayedLooperCallback()
143 if (ShouldQuit()) in OnNonDelayedLooperCallback()
146 if (ShouldQuit()) in OnNonDelayedLooperCallback()
163 if (ShouldQuit()) in OnNonDelayedLooperCallback()
261 if (ShouldQuit()) in ScheduleWork()
279 if (ShouldQuit()) in ScheduleDelayedWork()
Dmessage_pump_glib.h46 bool ShouldQuit() const;
Dmessage_pump_android.h47 bool ShouldQuit() const { return should_abort_ || quit_; } in ShouldQuit() function
Dmessage_pump_glib.cc354 bool MessagePumpGlib::ShouldQuit() const { in ShouldQuit() function in base::MessagePumpGlib