Searched refs:RunLoop (Results 1 - 25 of 806) sorted by relevance

1234567891011>>

/external/chromium_org/base/
H A Drun_loop.cc16 RunLoop::RunLoop() function in class:base::RunLoop
31 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher) function in class:base::RunLoop
44 RunLoop::~RunLoop() {
47 void RunLoop::Run() {
60 void RunLoop::RunUntilIdle() {
65 void RunLoop::Quit() {
68 // This is the inner-most RunLoop, s
[all...]
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
31 class BASE_EXPORT RunLoop { class in namespace:base
33 RunLoop();
35 explicit RunLoop(MessagePumpDispatcher* dispatcher);
37 ~RunLoop();
53 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
56 // RunLoop has already finished running has no effect.
65 // if the RunLoop instanc
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.cc24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
30 base::Bind(&base::RunLoop::Run, base::Owned(run_loop.release()));
/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();
H A Dexample_apptest.cc49 RunLoop::current()->Run();
59 RunLoop::current()->Quit();
68 RunLoop::current()->Run();
78 mojo::RunLoop loop;
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc18 internal::ThreadLocalPointer<RunLoop> current_run_loop;
25 struct RunLoop::WaitState {
33 struct RunLoop::RunState {
39 RunLoop::RunLoop() function in class:mojo::RunLoop
45 RunLoop::~RunLoop() {
52 void RunLoop::SetUp() {
57 void RunLoop::TearDown() {
63 RunLoop* RunLoo
[all...]
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc16 RunLoop::current()->Quit();
26 RunLoop loop;
/external/chromium_org/chrome/browser/drive/
H A Dtest_util.cc33 base::RunLoop().RunUntilIdle();
45 base::RunLoop().RunUntilIdle();
57 base::RunLoop().RunUntilIdle();
69 base::RunLoop().RunUntilIdle();
81 base::RunLoop().RunUntilIdle();
93 base::RunLoop().RunUntilIdle();
105 base::RunLoop().RunUntilIdle();
117 base::RunLoop().RunUntilIdle();
127 base::RunLoop().RunUntilIdle();
137 base::RunLoop()
[all...]
/external/chromium_org/content/public/test/
H A Dtest_browser_thread_bundle.cc26 base::RunLoop().RunUntilIdle();
33 base::RunLoop().RunUntilIdle();
35 base::RunLoop().RunUntilIdle();
37 base::RunLoop().RunUntilIdle();
39 base::RunLoop().RunUntilIdle();
41 base::RunLoop().RunUntilIdle();
43 base::RunLoop().RunUntilIdle();
45 base::RunLoop().RunUntilIdle();
50 base::RunLoop().RunUntilIdle();
52 base::RunLoop()
[all...]
H A Dframe_load_waiter.h25 base::RunLoop run_loop_;
/external/chromium_org/remoting/protocol/
H A Dconnection_to_client_unittest.cc42 base::RunLoop().RunUntilIdle();
47 base::RunLoop().RunUntilIdle();
68 base::RunLoop().RunUntilIdle();
80 base::RunLoop().RunUntilIdle();
93 base::RunLoop().RunUntilIdle();
99 base::RunLoop().RunUntilIdle();
104 base::RunLoop().RunUntilIdle();
/external/chromium_org/content/browser/quota/
H A Dquota_manager_unittest.cc90 base::RunLoop().RunUntilIdle();
478 base::RunLoop().RunUntilIdle();
507 base::RunLoop().RunUntilIdle();
513 base::RunLoop().RunUntilIdle();
520 base::RunLoop().RunUntilIdle();
528 base::RunLoop().RunUntilIdle();
533 base::RunLoop().RunUntilIdle();
538 base::RunLoop().RunUntilIdle();
542 base::RunLoop().RunUntilIdle();
546 base::RunLoop()
[all...]
/external/chromium_org/dbus/
H A Dobject_proxy_unittest.cc38 void OnServiceIsAvailable(scoped_ptr<base::RunLoop>* run_loop,
46 scoped_ptr<base::RunLoop> run_loop;
51 base::RunLoop().RunUntilIdle();
61 run_loop.reset(new base::RunLoop);
65 run_loop.reset(new base::RunLoop);
/external/chromium_org/mojo/public/cpp/utility/
H A Drun_loop.h18 class RunLoop { class in namespace:mojo
20 RunLoop();
21 ~RunLoop();
23 // Sets up state needed for RunLoop. This must be invoked before creating a
24 // RunLoop.
30 // Returns the RunLoop for the current thread. Returns NULL if not yet
32 static RunLoop* current();
55 // current thread's RunLoop.
73 // See description of |RunLoop::next_handler_id_| for details.
150 MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoop);
[all...]
/external/chromium_org/cc/base/
H A Dunique_notifier_unittest.cc43 base::RunLoop().RunUntilIdle();
50 base::RunLoop().RunUntilIdle();
57 base::RunLoop().RunUntilIdle();
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_test_base.cc15 void ProfileResetterMockObject::RunLoop() { function in class:ProfileResetterMockObject
41 mock_object_.RunLoop();
54 mock_object_.RunLoop();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.h17 class RunLoop;
37 RunLoop* run_loop_;
/external/chromium_org/sync/internal_api/attachments/
H A Dtask_queue_unittest.cc35 void RunLoop() { function in class:syncer::TaskQueueTest
36 base::RunLoop run_loop;
52 RunLoop();
57 RunLoop();
64 RunLoop();
70 RunLoop();
82 RunLoop();
88 RunLoop();
94 RunLoop();
111 RunLoop();
[all...]
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher.h14 class RunLoop;
40 // Creates a base::RunLoop object to run a nested message loop.
41 virtual scoped_ptr<base::RunLoop> CreateRunLoop() = 0;
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc58 RunLoop::SetUp();
61 RunLoop::TearDown();
71 RunLoop run_loop;
81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
90 RunLoop* run_loop_;
95 // Verifies RunLoop quits when no more handles (handle is removed when ready).
101 RunLoop run_loop;
117 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
126 RunLoop* run_loop_;
137 RunLoop run_loo
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dprocess_singleton_dialog_linux.cc25 base::RunLoop().RunUntilIdle();
/external/chromium_org/chrome/renderer/media/
H A Dcast_session_browsertest.cc29 base::RunLoop().RunUntilIdle();
/external/chromium_org/content/browser/webui/
H A Dweb_ui_mojo_browsertest.cc65 explicit BrowserTargetImpl(base::RunLoop* run_loop) : run_loop_(run_loop) {}
75 base::RunLoop* run_loop_;
83 explicit PingBrowserTargetImpl(base::RunLoop* run_loop)
93 // Quit the RunLoop when called.
106 TestWebUIController(WebUI* web_ui, base::RunLoop* run_loop)
116 base::RunLoop* run_loop_;
127 PingTestWebUIController(WebUI* web_ui, base::RunLoop* run_loop)
153 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; }
175 base::RunLoop* run_loop_;
221 base::RunLoop run_loo
[all...]
/external/chromium_org/base/system_monitor/
H A Dsystem_monitor_unittest.cc45 RunLoop().RunUntilIdle();
49 RunLoop().RunUntilIdle();

Completed in 675 milliseconds

1234567891011>>