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.cc167 bool should_quit; member
271 if (state_->should_quit) in HandleDispatch()
284 state.should_quit = false; in Run()
306 if (state_->should_quit) in Run()
310 if (state_->should_quit) in Run()
315 if (state_->should_quit) in Run()
322 if (state_->should_quit) in Run()
331 state_->should_quit = true; in Quit()
356 return state_->should_quit; in ShouldQuit()