HomeSort by relevance Sort by last modified time
    Searched defs:should_quit (Results 1 - 9 of 9) 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/base/
message_pump_glib_x.cc 138 bool should_quit = false; local
163 should_quit = true;
193 if (should_quit)
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_win.h 89 bool should_quit; member in struct:base::MessagePumpWin::RunState
  /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_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_org/ppapi/tests/
test_utils.cc 375 const bool should_quit = false; local
376 loop.PostQuit(should_quit);

Completed in 120 milliseconds