HomeSort by relevance Sort by last modified time
    Searched defs:run_loop (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager_unittest.cc 13 #include "base/run_loop.h"
107 base::RunLoop run_loop; local
117 run_loop.QuitClosure(),
119 run_loop.Run();
video_capture_host_unittest.cc 12 #include "base/run_loop.h"
298 base::RunLoop run_loop; local
312 DoAll(ExitMessageLoop(message_loop_, run_loop.QuitClosure()),
314 run_loop.Run();
323 base::RunLoop run_loop; local
339 DoAll(ExitMessageLoop(message_loop_, run_loop.QuitClosure()),
342 run_loop.Run();
362 base::RunLoop run_loop; local
365 message_loop_, run_loop.QuitClosure()));
371 run_loop.Run()
378 base::RunLoop run_loop; local
394 base::RunLoop run_loop; local
409 base::RunLoop run_loop; local
425 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/content/browser/tracing/
tracing_controller_browsertest.cc 6 #include "base/run_loop.h"
119 base::RunLoop run_loop; local
123 run_loop.QuitClosure());
127 run_loop.Run();
132 base::RunLoop run_loop; local
136 run_loop.QuitClosure());
139 run_loop.Run();
151 base::RunLoop run_loop; local
155 run_loop.QuitClosure());
159 run_loop.Run()
164 base::RunLoop run_loop; local
177 base::RunLoop run_loop; local
205 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/content/public/test/
test_utils.cc 9 #include "base/run_loop.h"
84 base::RunLoop run_loop; local
85 RunThisRunLoop(&run_loop);
88 void RunThisRunLoop(base::RunLoop* run_loop) {
99 delegate->PreRunMessageLoop(run_loop);
100 run_loop->Run();
122 base::RunLoop run_loop; local
125 run_loop.QuitClosure()));
126 RunThisRunLoop(&run_loop);
129 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop) {
    [all...]
  /external/chromium_org/mojo/common/
handle_watcher_unittest.cc 9 #include "base/run_loop.h"
20 base::RunLoop run_loop; local
21 run_loop.RunUntilIdle();
54 base::RunLoop run_loop; local
55 base::AutoReset<base::RunLoop*> reseter(&run_loop_, &run_loop);
56 run_loop.Run();
  /external/chromium_org/mojo/public/utility/
run_loop_unittest.cc 5 #include "mojo/public/utility/run_loop.h"
71 RunLoop run_loop; local
72 run_loop.Run();
81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
101 RunLoop run_loop; local
102 handler.set_run_loop(&run_loop);
103 run_loop.AddHandler(&handler, test_pipe.handle_0.get(),
105 run_loop.Run();
116 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop;
136 RunLoop run_loop; local
169 RunLoop run_loop; local
183 RunLoop run_loop; local
    [all...]
  /external/chromium_org/remoting/host/
resizing_host_observer_unittest.cc 11 #include "base/run_loop.h"
254 base::RunLoop run_loop; local
273 run_loop.QuitClosure(),
275 run_loop.Run();
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 13 #include "base/run_loop.h"
66 base::RunLoop run_loop; local
70 run_loop.QuitClosure())) {
73 run_loop.Run();
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 14 #include "base/run_loop.h"
279 base::RunLoop run_loop; local
285 Bind(&OnMakeDefaultComplete, run_loop.QuitClosure(),
288 run_loop.Run();
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 12 #include "base/run_loop.h"
1233 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 23 #include "base/run_loop.h"
260 base::RunLoop run_loop; local
263 pref_change_registrar.Add("UserDisplayName", run_loop.QuitClosure());
271 run_loop.Run();
348 base::RunLoop run_loop; local
351 pref_change_registrar_.Add("UserImages", run_loop.QuitClosure());
355 run_loop.Run();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 8 #include "base/run_loop.h"
466 base::RunLoop run_loop; local
467 extension_system->ready().Post(FROM_HERE, run_loop.QuitClosure());
468 run_loop.Run();
  /external/chromium_org/chrome/browser/extensions/
startup_helper.cc 12 #include "base/run_loop.h"
86 base::RunLoop* run_loop)
87 : crx_file_(crx_file), temp_dir_(temp_dir), run_loop_(run_loop),
185 base::RunLoop run_loop; local
187 new ValidateCrxHelper(path, temp_dir.path(), &run_loop));
190 run_loop.Run();
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc 13 #include "base/run_loop.h"
202 base::RunLoop run_loop; variable
205 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
219 run_loop.Run();
278 base::RunLoop run_loop; local
280 policy_service->RefreshPolicies(run_loop.QuitClosure());
281 run_loop.Run();
292 base::RunLoop run_loop; local
294 policy_service->RefreshPolicies(run_loop.QuitClosure());
295 run_loop.Run()
308 base::RunLoop run_loop; local
321 base::RunLoop run_loop; local
339 base::RunLoop run_loop; local
358 base::RunLoop run_loop; local
373 base::RunLoop run_loop; local
    [all...]
user_policy_signin_service_unittest.cc 9 #include "base/run_loop.h"
191 base::RunLoop run_loop; variable
192 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 9 #include "base/run_loop.h"
162 void SetRunLoopToQuit(base::RunLoop* run_loop) {
164 run_loop_ = run_loop;
212 base::RunLoop run_loop; local
213 ui_manager_->SetRunLoopToQuit(&run_loop);
214 run_loop.Run();
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl_unittest.cc 198 base::RunLoop run_loop; local
200 run_loop.QuitClosure(),
202 run_loop.Run();
229 base::RunLoop run_loop; local
231 run_loop.QuitClosure(),
233 run_loop.Run();
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service_unittest.cc 12 #include "base/run_loop.h"
122 base::RunLoop run_loop; variable
126 AssignAndQuitCallback(&run_loop, &status));
127 run_loop.Run();
155 base::RunLoop run_loop; local
160 run_loop.QuitClosure(),
163 run_loop.Run();
171 base::RunLoop run_loop; local
174 AssignAndQuitCallback(&run_loop, &sync_status));
175 run_loop.Run()
178 base::RunLoop run_loop; local
301 base::RunLoop run_loop; local
332 base::RunLoop run_loop; local
386 base::RunLoop run_loop; local
424 base::RunLoop run_loop; local
454 base::RunLoop run_loop; local
510 base::RunLoop run_loop; local
550 base::RunLoop run_loop; local
569 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 459 base::RunLoop* run_loop)
461 run_loop_(run_loop) {
500 base::RunLoop run_loop; local
502 browser()->tab_strip_model(), &run_loop);
504 run_loop.Run();
591 base::RunLoop run_loop; local
593 browser()->tab_strip_model(), &run_loop);
595 run_loop.Run();
  /external/chromium_org/chrome/test/chromedriver/
commands_unittest.cc 13 #include "base/run_loop.h"
107 void OnSimpleCommand(base::RunLoop* run_loop,
116 run_loop->Quit();
138 base::RunLoop run_loop; local
146 base::Bind(&OnSimpleCommand, &run_loop, id, &expected_value));
147 run_loop.Run();
202 void OnNoSuchSessionAndQuit(base::RunLoop* run_loop,
206 run_loop->Quit();
221 base::RunLoop run_loop; local
228 base::Bind(&OnNoSuchSessionAndQuit, &run_loop));
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private_unittest.cc 7 #include "base/run_loop.h"
295 base::RunLoop run_loop; local
296 run_loop.RunUntilIdle();
303 base::RunLoop run_loop; local
304 run_loop.RunUntilIdle();
319 base::RunLoop run_loop; local
320 run_loop.RunUntilIdle();
326 base::RunLoop run_loop; local
327 run_loop.RunUntilIdle();
334 base::RunLoop run_loop; local
347 base::RunLoop run_loop; local
355 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_requests_unittest.cc 15 #include "base/run_loop.h"
354 base::RunLoop run_loop; local
363 &run_loop,
366 run_loop.Run();
388 base::RunLoop run_loop; local
397 &run_loop,
400 run_loop.Run();
423 base::RunLoop run_loop; local
432 &run_loop,
435 run_loop.Run()
451 base::RunLoop run_loop; local
478 base::RunLoop run_loop; local
508 base::RunLoop run_loop; local
534 base::RunLoop run_loop; local
575 base::RunLoop run_loop; local
612 base::RunLoop run_loop; local
639 base::RunLoop run_loop; local
668 base::RunLoop run_loop; local
704 base::RunLoop run_loop; local
741 base::RunLoop run_loop; local
780 base::RunLoop run_loop; local
817 base::RunLoop run_loop; local
853 base::RunLoop run_loop; local
890 base::RunLoop run_loop; local
928 base::RunLoop run_loop; local
970 base::RunLoop run_loop; local
1028 base::RunLoop run_loop; local
1074 base::RunLoop run_loop; local
1121 base::RunLoop run_loop; local
1170 base::RunLoop run_loop; local
1219 base::RunLoop run_loop; local
1261 base::RunLoop run_loop; local
1309 base::RunLoop run_loop; local
1350 base::RunLoop run_loop; local
1401 base::RunLoop run_loop; local
1442 base::RunLoop run_loop; local
1488 base::RunLoop run_loop; local
1533 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 10 #include "base/run_loop.h"
100 base::RunLoop run_loop; local
101 run_loop.RunUntilIdle();
153 base::RunLoop run_loop; local
154 if (socket_output_stream_->Flush(run_loop.QuitClosure()) ==
156 run_loop.Run();
164 base::RunLoop run_loop; local
165 if (input_stream()->Refresh(run_loop.QuitClosure(),
168 run_loop.Run();
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc 14 #include "base/run_loop.h"
46 base::RunLoop run_loop; local
47 WaitForQueryCallback(q, run_loop.QuitClosure());
48 run_loop.Run();
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 9 #include "base/run_loop.h"
182 base::RunLoop run_loop; local
184 .WillOnce(testing::InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
185 run_loop.Run();
443 base::RunLoop run_loop; variable
446 run_loop.QuitClosure(),
448 run_loop.Run();

Completed in 903 milliseconds

1 2 34 5 6