Searched refs:Quit (Results 26 - 50 of 523) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dapp_window_waiter.cc37 run_loop_.Quit();
H A Doobe_screen_waiter.cc46 runner_->Quit();
/external/chromium_org/content/public/test/
H A Dnested_message_pump_android.h21 virtual void Quit() OVERRIDE;
/external/chromium_org/mojo/examples/echo/
H A Decho_client.cc22 RunLoop::current()->Quit(); // All done!
/external/chromium_org/ash/test/
H A Dtest_system_tray_delegate.cc98 base::MessageLoop::current()->Quit();
102 base::MessageLoop::current()->Quit();
/external/chromium_org/base/
H A Drun_loop.cc65 void RunLoop::Quit() { function in class:base::RunLoop
74 return base::Bind(&RunLoop::Quit, weak_factory_.GetWeakPtr());
81 // Allow Quit to be called before Run.
H A Drun_loop.h28 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
29 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
39 // Run the current MessageLoop. This blocks until Quit is called. Before
41 // stop the MessageLoop asynchronously. MessageLoop::Quit and QuitNow will
52 // Quit an earlier call to Run(). There can be other nested RunLoops servicing
54 // the others. Quit can be called before, during or after Run. If called
55 // before Run, Run will return immediately when called. Calling Quit after the
58 // WARNING: You must NEVER assume that a call to Quit will terminate the
62 void Quit();
64 // Convenience method to get a closure that safely calls Quit (ha
[all...]
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_test_util.cc69 run_loop_.Quit();
73 run_loop_.Quit();
/external/chromium_org/content/test/
H A Dappcache_test_helper.cc32 base::MessageLoop::current()->Quit();
77 base::MessageLoop::current()->Quit();
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dtest_guest_view_manager.cc55 created_message_loop_runner_->Quit();
64 deleted_message_loop_runner_->Quit();
/external/chromium_org/extensions/test/
H A Dresult_catcher.cc64 base::MessageLoopForUI::current()->Quit();
72 base::MessageLoopForUI::current()->Quit();
/external/chromium_org/ipc/
H A Dipc_test_channel_listener.cc52 base::MessageLoop::current()->Quit();
57 base::MessageLoop::current()->Quit();
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap_unittest.cc39 base::MessageLoop::current()->Quit();
43 base::MessageLoop::current()->Quit();
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc83 base::MessageLoop::current()->Quit();
90 base::MessageLoop::current()->Quit();
98 base::MessageLoop::current()->Quit();
120 base::MessageLoop::current()->Quit();
171 base::MessageLoop::current()->Quit();
264 base::MessageLoop::current()->Quit();
280 base::MessageLoop::current()->Quit();
/external/chromium_org/base/test/
H A Dtest_support_android.cc56 void Quit() { function in class:__anon2520::Waitable
122 virtual void Quit() OVERRIDE {
123 Waitable::GetInstance()->Quit();
/external/chromium_org/ppapi/proxy/
H A Dppb_flash_message_loop_proxy.cc34 virtual void Quit() OVERRIDE;
62 void FlashMessageLoop::Quit() { function in class:ppapi::proxy::__anon10118::FlashMessageLoop
153 enter.object()->Quit();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_default.cc25 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
70 void MessagePumpDefault::Quit() { function in class:base::MessagePumpDefault
H A Dmessage_pump_mac.h14 // own DoRun and Quit implementations.
226 virtual void Quit() OVERRIDE;
231 // True if Quit is called to stop the innermost MessagePump
245 virtual void Quit() OVERRIDE;
249 // attached to the run loop. This source will be signalled when Quit
253 // False after Quit is called.
262 // directly, so calling Run() or Quit() are errors.
268 virtual void Quit() OVERRIDE;
288 virtual void Quit() OVERRIDE;
291 // False after Quit i
[all...]
/external/chromium_org/chrome/browser/copresence/
H A Dchrome_whispernet_client_browsertest.cc126 run_loop_->Quit();
137 run_loop_->Quit();
142 run_loop_->Quit();
151 run_loop_->Quit();
/external/chromium_org/chrome/browser/extensions/api/top_sites/
H A Dtop_sites_apitest.cc45 base::MessageLoop::current()->Quit();
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_test_base.cc25 runner_->Quit();
/external/chromium_org/chrome/test/base/
H A Dextension_load_waiter_one_shot.cc48 load_looper_->Quit();
H A Dfind_in_page_observer.cc55 message_loop_runner_->Quit();
H A Dtracing.cc134 message_loop_runner_->Quit();
137 void OnTracingComplete() { message_loop_runner_->Quit(); }
145 message_loop_runner_->Quit();
151 message_loop_runner_->Quit();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome.h47 virtual Status Quit() = 0;

Completed in 7880 milliseconds

1234567891011>>