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

  /external/chromium_org/base/test/
test_support_android.cc 23 should_quit(false) {
32 bool should_quit; member in struct:__anon3694::RunState
57 g_state->should_quit = true;
95 if (g_state->should_quit)
100 if (g_state->should_quit)
106 if (g_state->should_quit)
113 if (g_state->should_quit)
  /external/chromium_org/content/public/test/
nested_message_pump_android.cc 30 should_quit(false),
40 bool should_quit; member in struct:content::NestedMessagePumpAndroid::RunState
70 if (state_->should_quit)
74 if (state_->should_quit)
78 if (state_->should_quit)
86 if (state_->should_quit)
132 state_->should_quit = true;
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 127 bool should_quit; member in struct:base::MessagePumpGlib::RunState
184 state.should_quit = false;
206 if (state_->should_quit)
210 if (state_->should_quit)
215 if (state_->should_quit)
222 if (state_->should_quit)
287 if (state_->should_quit)
299 state_->should_quit = true;
message_pump_win.cc 59 s.should_quit = false;
72 state_->should_quit = true;
216 if (state_->should_quit)
220 if (state_->should_quit)
231 if (state_->should_quit)
238 if (state_->should_quit)
361 state_->should_quit = true;
378 state_->should_quit = true;
506 if (state_->should_quit)
510 if (state_->should_quit)
    [all...]
message_pump_x11.cc 246 bool should_quit = false; local
256 should_quit = true;
266 return should_quit;
message_pump_win.h 57 bool should_quit; member in struct:base::MessagePumpWin::RunState
  /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_org/mojo/common/
message_pump_mojo.cc 25 RunState() : should_quit(false) {
35 bool should_quit; member in struct:mojo::common::MessagePumpMojo::RunState
80 if (run_state.should_quit)
84 if (run_state.should_quit)
89 if (run_state.should_quit)
96 if (run_state.should_quit)
104 run_state_->should_quit = true;
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 67 void SetQuitOnKeyFetch(bool should_quit) { quit_on_observe_ = should_quit; }
  /external/chromium_org/mojo/public/utility/
run_loop.cc 35 RunState() : should_quit(false) {}
37 bool should_quit; member in struct:mojo::utility::RunLoop::RunState
102 while (!run_state.should_quit)
110 run_state_->should_quit = true;
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 48 void set_should_quit_on_size_change(bool should_quit) {
49 should_quit_on_size_change_ = should_quit;
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 212 void set_should_post_quit(bool should_quit) {
213 should_post_quit_ = should_quit;
  /external/chromium_org/ppapi/tests/
test_utils.cc 423 const bool should_quit = false; local
424 loop.PostQuit(should_quit);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 60 void set_should_post_quit(bool should_quit) {
61 should_post_quit_ = should_quit;
    [all...]

Completed in 486 milliseconds