Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_android.h47 bool ShouldQuit() const { return should_abort_ || quit_; } in ShouldQuit() function
H A Dmessage_pump_glib.cc354 bool MessagePumpGlib::ShouldQuit() const { in ShouldQuit() function in base::MessagePumpGlib
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_android.h58 bool ShouldQuit() const { return should_abort_ || quit_; } in ShouldQuit() function
H A Dmessage_pump_glib.cc764 bool MessagePumpGlib::ShouldQuit() const { in ShouldQuit() function in base::MessagePumpGlib