/external/chromium_org/ui/views/controls/menu/ |
D | menu_message_pump_dispatcher_win.cc | 26 bool should_quit = false; in Dispatch() local 30 should_quit = true; in Dispatch() 45 should_quit = false; in Dispatch() 57 should_quit = !result; in Dispatch() 61 should_quit = menu_controller_->SelectByChar( in Dispatch() 71 should_quit = false; in Dispatch() 79 should_quit = true; in Dispatch() 88 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE) in Dispatch()
|
D | menu_event_dispatcher_linux.cc | 28 bool should_quit = false; in DispatchEvent() local 49 should_quit = true; in DispatchEvent() 54 should_quit = true; in DispatchEvent() 65 should_quit = true; in DispatchEvent() 70 should_quit = false; in DispatchEvent() 75 should_quit = false; in DispatchEvent() 83 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE) in DispatchEvent()
|
/external/chromium_org/base/message_loop/ |
D | message_pump_glib.cc | 171 bool should_quit; member 275 if (state_->should_quit) in HandleDispatch() 288 state.should_quit = false; in Run() 310 if (state_->should_quit) in Run() 314 if (state_->should_quit) in Run() 319 if (state_->should_quit) in Run() 326 if (state_->should_quit) in Run() 335 state_->should_quit = true; in Quit() 360 return state_->should_quit; in ShouldQuit()
|
D | message_pump_win.cc | 43 s.should_quit = false; in RunWithDispatcher() 56 state_->should_quit = true; in Quit() 199 if (state_->should_quit) in DoRunLoop() 203 if (state_->should_quit) in DoRunLoop() 214 if (state_->should_quit) in DoRunLoop() 221 if (state_->should_quit) in DoRunLoop() 344 state_->should_quit = true; in ProcessMessageHelper() 360 state_->should_quit = true; in ProcessMessageHelper() 480 if (state_->should_quit) in DoRunLoop() 484 if (state_->should_quit) in DoRunLoop() [all …]
|
D | message_pump_win.h | 43 bool should_quit; member
|
/external/chromium_org/content/public/test/ |
D | nested_message_pump_android.cc | 30 should_quit(false), in RunState() 40 bool should_quit; member 70 if (state_->should_quit) in Run() 74 if (state_->should_quit) in Run() 78 if (state_->should_quit) in Run() 86 if (state_->should_quit) in Run() 132 state_->should_quit = true; in Quit()
|
/external/chromium_org/base/test/ |
D | test_support_android.cc | 23 should_quit(false) { in RunState() 32 bool should_quit; member 57 g_state->should_quit = true; in Quit() 95 if (g_state->should_quit) in Run() 100 if (g_state->should_quit) in Run() 106 if (g_state->should_quit) in Run() 113 if (g_state->should_quit) in Run()
|
/external/chromium_org/mojo/common/ |
D | message_pump_mojo.cc | 46 RunState() : should_quit(false) { in RunState() 56 bool should_quit; member 121 run_state_->should_quit = true; in Quit() 148 if (run_state->should_quit) in DoRunLoop() 152 if (run_state->should_quit) in DoRunLoop() 157 if (run_state->should_quit) in DoRunLoop() 164 if (run_state->should_quit) in DoRunLoop()
|
/external/chromium_org/mojo/public/cpp/utility/lib/ |
D | run_loop.cc | 34 RunState() : should_quit(false) {} in RunState() 36 bool should_quit; member 110 if (run_state.should_quit) in RunInternal() 113 if (run_state.should_quit) in RunInternal() 135 run_state_->should_quit = true; in Quit()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 47 void set_should_quit_on_size_change(bool should_quit) { in set_should_quit_on_size_change() argument 48 should_quit_on_size_change_ = should_quit; in set_should_quit_on_size_change()
|
/external/chromium_org/extensions/browser/ |
D | api_test_utils.cc | 52 void set_should_post_quit(bool should_quit) { in set_should_post_quit() argument 53 should_post_quit_ = should_quit; in set_should_post_quit()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_function_test_utils.cc | 199 void set_should_post_quit(bool should_quit) { in set_should_post_quit() argument 200 should_post_quit_ = should_quit; in set_should_post_quit()
|
/external/chromium_org/ppapi/tests/ |
D | test_utils.cc | 423 const bool should_quit = false; in QuitMessageLoop() local 424 loop.PostQuit(should_quit); in QuitMessageLoop()
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
D | identity_apitest.cc | 75 void set_should_post_quit(bool should_quit) { in set_should_post_quit() argument 76 should_post_quit_ = should_quit; in set_should_post_quit()
|