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

  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.cc 28 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)
menu_message_pump_dispatcher_win.cc 26 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)
  /external/chromium_org/base/test/
test_support_android.cc 23 should_quit(false) {
32 bool should_quit; member in struct:__anon7145::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 171 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;
message_pump_win.h 43 bool should_quit; member in struct:base::MessagePumpWin::RunState
  /external/chromium_org/mojo/common/
message_pump_mojo.cc 46 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/
run_loop.cc 34 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/ppapi/tests/
test_utils.cc 423 const bool should_quit = false; local
424 loop.PostQuit(should_quit);

Completed in 656 milliseconds