Searched refs:run_loop (Results 76 - 100 of 269) sorted by relevance

1234567891011

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host_unittest.cc14 #include "base/run_loop.h"
344 base::RunLoop run_loop; local
358 DoAll(ExitMessageLoop(message_loop_, run_loop.QuitClosure()),
360 run_loop.Run();
369 base::RunLoop run_loop; local
385 DoAll(ExitMessageLoop(message_loop_, run_loop.QuitClosure()),
388 run_loop.Run();
409 base::RunLoop run_loop; local
412 .WillOnce(ExitMessageLoop(message_loop_, run_loop.QuitClosure()));
418 run_loop
425 base::RunLoop run_loop; local
442 base::RunLoop run_loop; local
457 base::RunLoop run_loop; local
474 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc13 #include "base/run_loop.h"
299 base::RunLoop run_loop; local
305 RecordStatusCallback(run_loop.QuitClosure(), &status));
306 run_loop.Run();
316 base::RunLoop run_loop; local
323 RecordStatusCallback(run_loop.QuitClosure(), &status));
324 run_loop.Run();
332 base::RunLoop run_loop; local
335 src, dest, RecordStatusCallback(run_loop.QuitClosure(), &status));
336 run_loop
343 base::RunLoop run_loop; local
354 base::RunLoop run_loop; local
365 base::RunLoop run_loop; local
378 base::RunLoop run_loop; local
392 base::RunLoop run_loop; local
403 base::RunLoop run_loop; local
414 base::RunLoop run_loop; local
425 base::RunLoop run_loop; local
436 base::RunLoop run_loop; local
449 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_browsertest.cc8 #include "base/run_loop.h"
61 base::RunLoop run_loop; local
64 base::Bind(&RunAndQuit, closure, run_loop.QuitClosure(),
66 run_loop.Run();
71 base::RunLoop run_loop; local
76 run_loop.QuitClosure());
80 run_loop.Run();
460 base::RunLoop run_loop; local
465 &self::ActivateOnIOThread, this, run_loop.QuitClosure(), &status));
466 run_loop
797 base::RunLoop run_loop; local
887 base::RunLoop run_loop; local
896 base::RunLoop run_loop; local
907 base::RunLoop run_loop; local
919 base::RunLoop run_loop; local
933 base::RunLoop run_loop; local
[all...]
/external/chromium_org/cc/layers/
H A Ddelegated_frame_resource_collection_unittest.cc6 #include "base/run_loop.h"
110 base::RunLoop run_loop; local
111 resources_available_closure_ = run_loop.QuitClosure();
122 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc10 #include "base/run_loop.h"
98 base::RunLoop run_loop; local
99 delegate_.set_quit_closure(run_loop.QuitClosure());
101 run_loop.Run();
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc15 #include "base/run_loop.h"
352 base::RunLoop run_loop; local
358 run_loop.QuitClosure());
359 run_loop.Run();
375 base::RunLoop run_loop; local
380 run_loop.QuitClosure());
381 run_loop.Run();
416 base::RunLoop run_loop; local
422 run_loop.QuitClosure(),
424 run_loop
430 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc8 #include "base/run_loop.h"
63 base::RunLoop run_loop; local
64 dialog->quit_runloop_ = run_loop.QuitClosure();
65 run_loop.Run();
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service_unittest.cc6 #include "base/run_loop.h"
134 base::RunLoop run_loop; local
135 RegisterQuitClosure(run_loop.QuitClosure());
140 run_loop.Run();
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map_unittest.cc8 #include "base/run_loop.h"
83 base::RunLoop run_loop; local
85 active_paths.Pass(), run_loop.QuitClosure());
86 run_loop.Run();
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_remote_video_source_unittest.cc6 #include "base/run_loop.h"
119 base::RunLoop run_loop; local
120 base::Closure quit_closure = run_loop.QuitClosure();
126 run_loop.Run();
/external/chromium_org/google_apis/drive/
H A Dbase_requests_unittest.cc10 #include "base/run_loop.h"
126 base::RunLoop run_loop; local
131 &run_loop, test_util::CreateCopyResultCallback(&error)),
133 run_loop.Run();
/external/chromium_org/media/cast/net/
H A Dudp_transport_unittest.cc14 #include "base/run_loop.h"
81 base::RunLoop run_loop; local
82 MockPacketReceiver receiver1(run_loop.QuitClosure());
90 run_loop.Run();
/external/chromium_org/mojo/common/
H A Dhandle_watcher_unittest.cc13 #include "base/run_loop.h"
39 base::RunLoop run_loop; local
40 run_loop.RunUntilIdle();
82 base::RunLoop run_loop; local
83 base::AutoReset<base::RunLoop*> reseter(&run_loop_, &run_loop);
84 run_loop.Run();
365 // and if |active_count| is zero quits |run_loop|.
366 void StressThreadDone(base::RunLoop* run_loop, int* active_count) { argument
370 run_loop->Quit();
376 // thread and |run_loop| th
379 RunStressTest(int count, scoped_refptr<base::TaskRunner> task_runner, base::RunLoop* run_loop, int* active_count) argument
438 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc7 #include "base/run_loop.h"
113 base::RunLoop* run_loop() { return run_loop_.get(); } function in class:message_center::MessageCenterNotificationManagerTest
176 run_loop()->Run();
189 run_loop()->RunUntilIdle();
200 run_loop()->RunUntilIdle();
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_manager_browsertest.cc7 #include "base/run_loop.h"
113 base::RunLoop run_loop; local
117 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
120 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
134 run_loop.Run();
H A Dcomponent_cloud_policy_browsertest.cc13 #include "base/run_loop.h"
201 base::RunLoop run_loop; local
204 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
207 run_loop.Run();
225 base::RunLoop run_loop; local
226 policy_service->RefreshPolicies(run_loop.QuitClosure());
227 run_loop.Run();
/external/chromium_org/content/public/test/
H A Dtest_launcher.h38 virtual void PreRunMessageLoop(base::RunLoop* run_loop) {} argument
H A Dtest_utils.h11 #include "base/run_loop.h"
35 void RunThisRunLoop(base::RunLoop* run_loop);
52 // tasks to run as opposed to run_loop->QuitClosure().
53 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebUnitTests.cpp37 #include <base/run_loop.h>
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_controller_unittest.cc177 aura::client::DispatcherRunLoop run_loop(
179 run_loop.Run();
199 aura::client::DispatcherRunLoop run_loop(
201 run_loop.Run();
/external/chromium_org/base/android/
H A Dapplication_status_listener_unittest.cc11 #include "base/run_loop.h"
33 RunLoop run_loop; local
34 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.h52 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result);
55 AssignAndQuitCallback(base::RunLoop* run_loop, R* result);
/external/chromium_org/ui/aura/test/
H A Daura_test_helper.cc8 #include "base/run_loop.h"
111 // use run_loop.QuitClosure().
112 base::RunLoop run_loop; local
113 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_unittest.cc8 #include "base/run_loop.h"
160 base::RunLoop run_loop; local
161 run_loop.RunUntilIdle();
184 base::RunLoop run_loop; local
185 run_loop.RunUntilIdle();
210 base::RunLoop run_loop; local
211 run_loop.RunUntilIdle();
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_track_unittest.cc9 #include "base/run_loop.h"
50 base::RunLoop run_loop; local
51 base::Closure quit_closure = run_loop.QuitClosure();
60 run_loop.Run();
152 base::RunLoop run_loop; local
158 base::Owned(new CheckThreadHelper(run_loop.QuitClosure(), &correct))),
161 run_loop.Run();

Completed in 908 milliseconds

1234567891011