Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc171 bool should_quit; member
275 if (state_->should_quit) in HandleDispatch()
288 state.should_quit = false; in Run()
310 if (state_->should_quit) in Run()
314 if (state_->should_quit) in Run()
319 if (state_->should_quit) in Run()
326 if (state_->should_quit) in Run()
335 state_->should_quit = true; in Quit()
360 return state_->should_quit; in ShouldQuit()
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.cc45 RunState() : should_quit(false) {} in RunState()
49 bool should_quit; member
159 run_state_->should_quit = true; in Quit()
184 if (run_state->should_quit) in DoRunLoop()
188 if (run_state->should_quit) in DoRunLoop()
193 if (run_state->should_quit) in DoRunLoop()
200 if (run_state->should_quit) in DoRunLoop()