Searched defs:QuitWhenIdle (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libchrome/base/ | ||
H A D | run_loop.cc | 137 void RunLoop::QuitWhenIdle() { in QuitWhenIdle() function in base::RunLoop |
H A D | run_loop_unittest.cc | 251 TEST_P(RunLoopTest, QuitWhenIdle) { in TEST_P() argument |
/aosp_15_r20/external/cronet/base/ | ||
H A D | run_loop.cc | 178 void RunLoop::QuitWhenIdle() { in QuitWhenIdle() function in base::RunLoop |
H A D | run_loop_unittest.cc | 249 TEST_P(RunLoopTest, QuitWhenIdle) { in TEST_P() argument |
/aosp_15_r20/external/libchrome/base/message_loop/ | ||
H A D | message_pump_android.cc | 300 void MessagePumpForUI::QuitWhenIdle(base::OnceClosure callback) { in QuitWhenIdle() function in base::MessagePumpForUI |
H A D | message_loop.cc | 717 void MessageLoopForUI::QuitWhenIdle(base::OnceClosure callback) { in QuitWhenIdle() function in base::MessageLoopForUI |
/aosp_15_r20/external/cronet/base/message_loop/ | ||
H A D | message_pump_android.cc | 361 void MessagePumpAndroid::QuitWhenIdle(base::OnceClosure callback) { in QuitWhenIdle() function in base::MessagePumpAndroid |