Searched refs:should_quit (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_pump_dispatcher_win.cc26 bool should_quit = false; local
30 should_quit = true;
45 should_quit = false;
57 should_quit = !result;
61 should_quit = menu_controller_->SelectByChar(
71 should_quit = false;
79 should_quit = true;
88 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE)
H A Dmenu_event_dispatcher_linux.cc28 bool should_quit = false; local
49 should_quit = true;
54 should_quit = true;
65 should_quit = true;
70 should_quit = false;
75 should_quit = false;
83 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE)
/external/chromium_org/base/test/
H A Dtest_support_android.cc23 should_quit(false) {
32 bool should_quit; member in struct:__anon2520::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/
H A Dnested_message_pump_android.cc30 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/
H A Dmessage_pump_glib.cc171 bool should_quit; member in struct:base::MessagePumpGlib::RunState
275 if (state_->should_quit)
288 state.should_quit = false;
310 if (state_->should_quit)
314 if (state_->should_quit)
319 if (state_->should_quit)
326 if (state_->should_quit)
335 state_->should_quit = true;
360 return state_->should_quit;
H A Dmessage_pump_win.cc43 s.should_quit = false;
56 state_->should_quit = true;
199 if (state_->should_quit)
203 if (state_->should_quit)
214 if (state_->should_quit)
221 if (state_->should_quit)
344 state_->should_quit = true;
360 state_->should_quit = true;
480 if (state_->should_quit)
484 if (state_->should_quit)
[all...]
H A Dmessage_pump_win.h43 bool should_quit; member in struct:base::MessagePumpWin::RunState
/external/chromium_org/mojo/common/
H A Dmessage_pump_mojo.cc46 RunState() : should_quit(false) {
56 bool should_quit; member in struct:mojo::common::MessagePumpMojo::RunState
121 run_state_->should_quit = true;
148 if (run_state->should_quit)
152 if (run_state->should_quit)
157 if (run_state->should_quit)
164 if (run_state->should_quit)
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc34 RunState() : should_quit(false) {}
36 bool should_quit; member in struct:mojo::RunLoop::RunState
110 if (run_state.should_quit)
113 if (run_state.should_quit)
135 run_state_->should_quit = true;
/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc47 void set_should_quit_on_size_change(bool should_quit) { argument
48 should_quit_on_size_change_ = should_quit;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc199 void set_should_post_quit(bool should_quit) { argument
200 should_post_quit_ = should_quit;
/external/chromium_org/extensions/browser/
H A Dapi_test_utils.cc52 void set_should_post_quit(bool should_quit) { argument
53 should_post_quit_ = should_quit;
/external/chromium_org/ppapi/tests/
H A Dtest_utils.cc423 const bool should_quit = false; local
424 loop.PostQuit(should_quit);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc75 void set_should_post_quit(bool should_quit) { argument
76 should_post_quit_ = should_quit;

Completed in 978 milliseconds