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

  /external/chromium_org/base/test/
test_support_android.cc 23 should_quit(false) {
32 bool should_quit; member in struct:__anon6345::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 29 should_quit(false),
39 bool should_quit; member in struct:content::NestedMessagePumpAndroid::RunState
69 if (state_->should_quit)
73 if (state_->should_quit)
77 if (state_->should_quit)
85 if (state_->should_quit)
130 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)
307 state_->should_quit = true;
message_pump_win.cc 59 s.should_quit = false;
72 state_->should_quit = true;
192 if (state_->should_quit) // Handle WM_QUIT.
240 if (state_->should_quit)
244 if (state_->should_quit)
255 if (state_->should_quit)
262 if (state_->should_quit)
385 state_->should_quit = true;
402 state_->should_quit = true;
530 if (state_->should_quit)
    [all...]
message_pump_aurax11.cc 240 bool should_quit = false; local
250 should_quit = true;
260 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/chrome/browser/chromeos/login/
owner_manager_unittest.h 67 void SetQuitOnKeyFetch(bool should_quit) { quit_on_observe_ = should_quit; }
  /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 211 void set_should_post_quit(bool should_quit) {
212 should_post_quit_ = should_quit;
  /external/chromium_org/ppapi/tests/
test_utils.cc 375 const bool should_quit = false; local
376 loop.PostQuit(should_quit);
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_apitest.cc 52 void set_should_post_quit(bool should_quit) {
53 should_post_quit_ = should_quit;
identity_apitest.cc 57 void set_should_post_quit(bool should_quit) {
58 should_post_quit_ = should_quit;
    [all...]

Completed in 343 milliseconds