Searched refs:Quit (Results 1 - 25 of 523) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/login/auth/
H A Dmock_auth_status_consumer.cc22 base::MessageLoop::current()->Quit();
29 base::MessageLoop::current()->Quit();
34 base::MessageLoop::current()->Quit();
40 base::MessageLoop::current()->Quit();
45 base::MessageLoop::current()->Quit();
52 base::MessageLoop::current()->Quit();
57 base::MessageLoop::current()->Quit();
63 base::MessageLoop::current()->Quit();
68 base::MessageLoop::current()->Quit();
74 base::MessageLoop::current()->Quit();
[all...]
/external/chromium_org/mojo/examples/apptest/
H A Dexample_service_impl.cc17 RunLoop::current()->Quit();
22 RunLoop::current()->Quit();
H A Dexample_client_impl.cc15 RunLoop::current()->Quit();
/external/chromium_org/ppapi/cpp/private/
H A Dflash_message_loop.cc45 void MessageLoop::Quit() { function in class:pp::flash::MessageLoop
47 get_interface<PPB_Flash_MessageLoop>()->Quit(pp_resource());
H A Dflash_message_loop.h25 void Quit();
/external/chromium_org/ui/gfx/animation/
H A Dtest_animation_delegate.h22 base::MessageLoop::current()->Quit();
28 base::MessageLoop::current()->Quit();
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_message_loop_thunk.cc36 void Quit(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10272
39 enter.object()->Quit();
46 &Quit
H A Dppb_flash_message_loop_api.h19 virtual void Quit() = 0;
/external/chromium_org/mojo/apps/js/bindings/
H A Dthreading.cc17 void Quit() { function in namespace:mojo::apps::__anon8716
34 .SetMethod("quit", Quit)
/external/chromium_org/ppapi/api/private/
H A Dppb_flash_message_loop.idl46 * <code>Run()</code>. In the callback, call <code>Quit()</code>.
56 * of other reasons (e.g., <code>Quit()</code> is called);
66 * If <code>Quit()</code> is not called to balance the call to
72 void Quit([in] PP_Resource flash_message_loop);
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_app_handler.cc34 run_loop_->Quit();
42 run_loop_->Quit();
53 run_loop_->Quit();
63 run_loop_->Quit();
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_message_loop.h60 * <code>Run()</code>. In the callback, call <code>Quit()</code>.
70 * of other reasons (e.g., <code>Quit()</code> is called);
79 * If <code>Quit()</code> is not called to balance the call to
85 void (*Quit)(PP_Resource flash_message_loop); member in struct:PPB_Flash_MessageLoop_0_1
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_test_util.cc21 message_loop_runner_->Quit();
50 message_loop_runner_->Quit();
H A Dbrowsing_data_helper_browsertest.h35 base::MessageLoop::current()->Quit();
/external/chromium_org/ui/compositor/test/
H A Ddraw_waiter_for_test.cc39 wait_run_loop_->Quit();
48 wait_run_loop_->Quit();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_default.h22 virtual void Quit() OVERRIDE;
H A Dmessage_loop_proxy_impl_unittest.cc21 Quit();
24 void Quit() const { function in class:base::MessageLoopProxyImplTest
55 test->Quit();
68 test_->Quit();
H A Dmessage_pump.h97 // to see if it should quit. The Quit method is responsible for setting this
111 // Quit immediately from the most recently entered run loop. This method may
113 virtual void Quit() = 0;
H A Dmessage_pump_android.h28 virtual void Quit() OVERRIDE;
H A Dmessage_pump_glib.h39 virtual void Quit() OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc41 message_loop_runner_->Quit();
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc16 RunLoop::current()->Quit();
/external/chromium_org/mojo/tools/package_manager/
H A Dpackage_manager_application.cc43 base::MessageLoop::current()->Quit();
49 base::MessageLoop::current()->Quit();
76 base::MessageLoop::current()->Quit();
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.cc72 base::MessageLoop::current()->Quit();
83 base::MessageLoop::current()->Quit();
103 base::MessageLoop::current()->Quit();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc31 // Note that it is OK for |run_loop_.Quit| to be called before
33 run_loop_.Quit();

Completed in 4206 milliseconds

1234567891011>>