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

12345678910

/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();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen_browsertest.cc8 #include "base/run_loop.h"
43 base::RunLoop run_loop; local
53 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
55 content::RunThisRunLoop(&run_loop);
71 base::RunLoop run_loop; local
81 run_loop.RunUntilIdle();
113 base::RunLoop run_loop; local
123 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
125 content::RunThisRunLoop(&run_loop);
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc8 #include "base/run_loop.h"
23 base::Closure ThreadSafeQuit(base::RunLoop* run_loop) { argument
25 return run_loop->QuitClosure();
32 run_loop->QuitClosure());
53 base::RunLoop run_loop; local
57 ThreadSafeQuit(&run_loop))));
58 run_loop.Run();
65 base::RunLoop run_loop; local
69 ThreadSafeQuit(&run_loop))));
70 run_loop
[all...]
/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/common/gpu/client/
H A Dgpu_context_tests.h10 #include "base/run_loop.h"
26 base::RunLoop run_loop; local
27 context_support_->SignalSyncPoint(sync_point, run_loop.QuitClosure());
28 run_loop.Run();
33 base::RunLoop run_loop; local
37 &RunOnlyOnce, run_loop.QuitClosure(), base::Owned(new int(0))));
38 run_loop.Run();
/external/chromium_org/content/public/test/
H A Dtest_launcher.h38 virtual void PreRunMessageLoop(base::RunLoop* run_loop) {} argument
/external/chromium_org/media/audio/sounds/
H A Dsounds_manager_unittest.cc11 #include "base/run_loop.h"
49 base::RunLoop run_loop; local
50 TestObserver observer(run_loop.QuitClosure());
60 run_loop.Run();
/external/chromium_org/media/base/
H A Duser_input_monitor_unittest.cc9 #include "base/run_loop.h"
55 base::RunLoop run_loop; local
75 run_loop.RunUntilIdle();
/external/chromium_org/athena/test/
H A Dathena_test_helper.cc13 #include "base/run_loop.h"
95 // use run_loop.QuitClosure().
96 base::RunLoop run_loop; local
97 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/
H A Dchrome_service_worker_browsertest.cc11 #include "base/run_loop.h"
62 base::RunLoop run_loop; local
66 base::Bind(&ExpectResultAndRun, true, run_loop.QuitClosure()));
67 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_watcher_unittest.cc10 #include "base/run_loop.h"
127 base::RunLoop run_loop; local
131 &run_loop,
143 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_external_data_manager_browsertest.cc13 #include "base/run_loop.h"
89 base::RunLoop run_loop; local
94 run_loop.QuitClosure()));
95 run_loop.Run();
/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/chrome/browser/extensions/
H A Dextension_install_prompt_unittest.cc7 #include "base/run_loop.h"
56 base::RunLoop run_loop; local
59 run_loop.QuitClosure(),
65 run_loop.Run();
87 base::RunLoop run_loop; local
95 run_loop.QuitClosure(),
98 run_loop.Run();
/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();
/external/chromium_org/chrome/browser/sync/
H A Dbackup_rollback_controller_unittest.cc10 #include "base/run_loop.h"
72 base::RunLoop run_loop; local
73 loop_.PostTask(FROM_HERE, run_loop.QuitClosure());
74 run_loop.Run();
95 base::RunLoop run_loop; local
97 loop_.PostTask(FROM_HERE, run_loop.QuitClosure());
98 run_loop.Run();
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_unittest.cc7 #include "base/run_loop.h"
43 base::RunLoop run_loop; local
47 base::Unretained(this), &run_loop)));
48 run_loop.Run();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dcallback_helper_unittest.cc8 #include "base/run_loop.h"
74 base::RunLoop run_loop; local
84 ui_task_runner.get(), FROM_HERE, run_loop.QuitClosure()));
85 run_loop.Run();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.cc8 #include "base/run_loop.h"
23 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result) { argument
25 DCHECK(run_loop);
27 run_loop->Quit();
31 AssignAndQuitCallback(base::RunLoop* run_loop, R* result) { argument
32 return base::Bind(&AssignAndQuit<R>, run_loop, base::Unretained(result));
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view_browsertest.cc5 #include "base/run_loop.h"
64 base::RunLoop run_loop; local
65 TestExtensionUninstallDialogDelegate delegate(run_loop.QuitClosure());
74 run_loop.Run();
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory_browsertest.cc7 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
53 .WillOnce(testing::InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
65 run_loop.Run();
/external/chromium_org/content/browser/fileapi/
H A Dblob_storage_context_unittest.cc9 #include "base/run_loop.h"
46 base::RunLoop run_loop; local
47 run_loop.RunUntilIdle();
57 base::RunLoop run_loop; local
58 run_loop.RunUntilIdle();
95 base::RunLoop run_loop; local
96 run_loop.RunUntilIdle();
150 base::RunLoop run_loop; local
151 run_loop.RunUntilIdle();
173 base::RunLoop run_loop; local
184 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance_unittest.cc6 #include "base/run_loop.h"
72 base::RunLoop run_loop; local
78 base::Bind(&SaveStatusAndCall, &status, run_loop.QuitClosure()));
79 run_loop.Run();
113 base::RunLoop run_loop; local
122 base::Bind(&SaveStatusAndCall, &status, run_loop.QuitClosure()));
125 run_loop.Run();
/external/chromium_org/dbus/
H A Dobject_proxy_unittest.cc7 #include "base/run_loop.h"
38 void OnServiceIsAvailable(scoped_ptr<base::RunLoop>* run_loop, argument
41 ASSERT_TRUE(*run_loop);
42 (*run_loop)->Quit();
46 scoped_ptr<base::RunLoop> run_loop; local
50 base::Bind(&OnServiceIsAvailable, &run_loop));
61 run_loop.reset(new base::RunLoop);
62 run_loop->Run();
65 run_loop.reset(new base::RunLoop);
67 base::Bind(&OnServiceIsAvailable, &run_loop));
[all...]
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_apitest.cc5 #include "base/run_loop.h"
67 base::RunLoop run_loop; local
68 run_loop.RunUntilIdle();

Completed in 6193 milliseconds

12345678910