Searched defs:run_loop (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/remoting/host/
H A Dchromoting_host_context_unittest.cc6 #include "base/run_loop.h"
17 base::RunLoop run_loop; local
21 message_loop.message_loop_proxy(), run_loop.QuitClosure()));
35 run_loop.Run();
H A Ddesktop_process_main.cc13 #include "base/run_loop.h"
34 base::RunLoop run_loop; local
37 run_loop.QuitClosure());
70 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen_browsertest.cc6 #include "base/run_loop.h"
37 base::RunLoop run_loop; local
47 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
49 content::RunThisRunLoop(&run_loop);
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.cc9 #include "base/run_loop.h"
21 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result) { argument
23 DCHECK(run_loop);
25 run_loop->Quit();
29 AssignAndQuitCallback(base::RunLoop* run_loop, R* result) { argument
30 return base::Bind(&AssignAndQuit<R>, run_loop, base::Unretained(result));
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc8 #include "base/run_loop.h"
25 base::Closure ThreadSafeQuit(base::RunLoop* run_loop) { argument
27 return run_loop->QuitClosure();
34 run_loop->QuitClosure());
55 base::RunLoop run_loop; local
59 ThreadSafeQuit(&run_loop))));
60 run_loop.Run();
67 base::RunLoop run_loop; local
71 ThreadSafeQuit(&run_loop))));
72 run_loop
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgpu_context_tests.h10 #include "base/run_loop.h"
26 base::RunLoop run_loop; local
28 context_.get(), sync_point, run_loop.QuitClosure());
29 run_loop.Run();
34 base::RunLoop run_loop; local
37 base::Bind(&RunOnlyOnce, run_loop.QuitClosure(),
39 run_loop.Run();
/external/chromium_org/content/public/test/
H A Dtest_launcher.h39 virtual void PreRunMessageLoop(base::RunLoop* run_loop) {} argument
/external/chromium_org/remoting/host/setup/win/
H A Dhost_configurer.cc11 #include "base/run_loop.h"
59 base::RunLoop run_loop; local
60 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_watcher_unittest.cc10 #include "base/run_loop.h"
127 base::RunLoop run_loop; local
131 &run_loop,
144 run_loop.Run();
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_unittest.cc8 #include "base/run_loop.h"
161 base::RunLoop run_loop; local
162 run_loop.RunUntilIdle();
185 base::RunLoop run_loop; local
186 run_loop.RunUntilIdle();
211 base::RunLoop run_loop; local
212 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_apitest.cc8 #include "base/run_loop.h"
116 base::RunLoop run_loop; local
117 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_manager_browsertest.cc7 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
109 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
112 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
125 run_loop.Run();
H A Duser_cloud_policy_store_unittest.cc11 #include "base/run_loop.h"
33 base::RunLoop run_loop; local
34 run_loop.RunUntilIdle();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_browsertest.cc6 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
61 run_loop.QuitClosure(),
63 run_loop.Run();
/external/chromium_org/ui/views/test/
H A Dviews_test_base.cc7 #include "base/run_loop.h"
59 base::RunLoop run_loop; local
61 run_loop.set_dispatcher(aura::Env::GetInstance()->GetDispatcher());
63 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/chromeos/login/
H A Donline_attempt_unittest.cc9 #include "base/run_loop.h"
90 base::RunLoop run_loop; local
92 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
102 run_loop.Run();
113 base::RunLoop run_loop; local
115 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
128 run_loop.Run();
140 base::RunLoop run_loop; local
142 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
153 run_loop
163 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/google_apis/
H A Dbase_requests_server_unittest.cc12 #include "base/run_loop.h"
77 base::RunLoop run_loop; local
81 &run_loop,
89 run_loop.Run();
111 base::RunLoop run_loop; local
115 &run_loop,
123 run_loop.Run();
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittests.cc11 #include "base/run_loop.h"
43 base::RunLoop run_loop; local
44 WaitForQueryCallback(q, run_loop.QuitClosure());
45 run_loop.Run();
/external/chromium_org/base/android/
H A Dactivity_status_unittest.cc11 #include "base/run_loop.h"
32 RunLoop run_loop; local
33 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc10 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
106 observer_.set_quit_closure(run_loop.QuitClosure());
108 run_loop.Run();
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store_unittest.cc11 #include "base/run_loop.h"
33 base::RunLoop run_loop; local
36 &run_loop));
37 run_loop.Run();
43 base::RunLoop* run_loop,
47 run_loop->Quit();
42 OnLoaded( base::RunLoop* run_loop, scoped_ptr<ScopedVector< net::DefaultServerBoundCertStore::ServerBoundCert> > certs) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs_unittest.cc11 #include "base/run_loop.h"
75 base::RunLoop run_loop; local
78 base::Bind(&CanEnablePluginCallback, run_loop.QuitClosure(),
80 run_loop.Run();
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_device_tracker_unittest.cc11 #include "base/run_loop.h"
90 base::RunLoop run_loop; local
91 run_loop.RunUntilIdle();
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket_unittest.cc15 #include "base/run_loop.h"
27 void OnConnectFinished(base::RunLoop* run_loop, int* save_error, int error) { argument
29 run_loop->Quit();
33 base::RunLoop run_loop; local
34 loop->PostTask(FROM_HERE, run_loop.QuitClosure());
35 run_loop.Run();
65 explicit CloseListener(base::RunLoop* run_loop) argument
66 : run_loop_(run_loop) {}
103 base::RunLoop run_loop; local
104 sock->Connect(base::Bind(&OnConnectFinished, &run_loop,
125 base::RunLoop run_loop; local
171 base::RunLoop run_loop; local
183 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow_unittest.cc7 #include "base/run_loop.h"
63 base::RunLoop run_loop; local
64 run_loop.RunUntilIdle();

Completed in 6440 milliseconds

12345