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

  /external/chromium/base/
message_pump_win.cc 45 s.should_quit = false;
58 state_->should_quit = true;
152 if (state_->should_quit) // Handle WM_QUIT.
200 if (state_->should_quit)
204 if (state_->should_quit)
215 if (state_->should_quit)
222 if (state_->should_quit)
339 state_->should_quit = true;
355 state_->should_quit = true;
455 if (state_->should_quit)
    [all...]
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_glib_x.cc 138 bool should_quit = false; local
163 should_quit = true;
193 if (should_quit)
message_pump_win.h 89 bool should_quit; member in struct:base::MessagePumpWin::RunState
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 67 void SetQuitOnKeyFetch(bool should_quit) { quit_on_observe_ = should_quit; }

Completed in 186 milliseconds