Home
last modified time | relevance | path

Searched refs:should_quit (Results 1 – 1 of 1) 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()