HomeSort by relevance Sort by last modified time
    Searched defs:should_quit (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
message_pump_glib_x.cc 138 bool should_quit = false; local
163 should_quit = true;
193 if (should_quit)
message_pump_glib.cc 132 bool should_quit; member in struct:base::MessagePumpForUI::RunState
189 state.should_quit = false;
211 if (state_->should_quit)
215 if (state_->should_quit)
220 if (state_->should_quit)
227 if (state_->should_quit)
292 if (state_->should_quit)
310 state_->should_quit = true;
323 state_->should_quit = true;
message_pump_win.h 89 bool should_quit; member in struct:base::MessagePumpWin::RunState

Completed in 34 milliseconds