Searched refs:run_loop (Results 101 - 125 of 269) sorted by relevance

1234567891011

/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc8 #include "base/run_loop.h"
241 base::RunLoop run_loop; local
245 &count, 10, &message_loop_, run_loop.QuitClosure()));
247 run_loop.Run();
275 base::RunLoop run_loop; local
279 &count, 10, &message_loop_, run_loop.QuitClosure()));
281 run_loop.Run();
/external/chromium_org/media/midi/
H A Dmidi_manager_unittest.cc12 #include "base/run_loop.h"
77 base::RunLoop run_loop; local
81 run_loop.RunUntilIdle();
138 base::RunLoop run_loop; local
139 run_loop.RunUntilIdle();
240 base::RunLoop run_loop; local
241 run_loop.RunUntilIdle();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage_manager_unittest.cc10 #include "base/run_loop.h"
60 base::RunLoop* run_loop,
65 run_loop->Quit();
69 base::RunLoop* run_loop,
74 run_loop->Quit();
78 base::RunLoop* run_loop,
83 run_loop->Quit();
86 void CachePutCallback(base::RunLoop* run_loop, argument
89 run_loop->Quit();
93 base::RunLoop* run_loop,
59 BoolAndErrorCallback( base::RunLoop* run_loop, bool value, ServiceWorkerCacheStorage::CacheStorageError error) argument
68 CacheAndErrorCallback( base::RunLoop* run_loop, const scoped_refptr<ServiceWorkerCache>& cache, ServiceWorkerCacheStorage::CacheStorageError error) argument
77 StringsAndErrorCallback( base::RunLoop* run_loop, const std::vector<std::string>& strings, ServiceWorkerCacheStorage::CacheStorageError error) argument
92 CacheMatchCallback( base::RunLoop* run_loop, ServiceWorkerCache::ErrorType error, scoped_ptr<ServiceWorkerResponse> response, scoped_ptr<storage::BlobDataHandle> blob_data_handle) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc10 #include "base/run_loop.h"
182 base::RunLoop run_loop; local
193 &SetValueAndCallClosure<bool>, run_loop.QuitClosure(), &success));
194 run_loop.Run();
208 base::RunLoop run_loop; local
223 &SetValueAndCallClosure<bool>, run_loop.QuitClosure(), &success));
224 run_loop.Run();
239 base::RunLoop run_loop; local
243 run_loop.QuitClosure(), &status));
244 run_loop
255 base::RunLoop run_loop; local
306 base::RunLoop run_loop; local
316 base::RunLoop run_loop; local
363 base::RunLoop run_loop; local
369 base::RunLoop run_loop; local
377 base::RunLoop run_loop; local
564 base::RunLoop run_loop; local
578 base::RunLoop run_loop; local
600 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store_unittest.cc11 #include "base/run_loop.h"
31 base::RunLoop run_loop; local
34 &run_loop));
35 run_loop.Run();
40 void OnLoaded(base::RunLoop* run_loop, argument
44 run_loop->Quit();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc7 #include "base/run_loop.h"
86 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
87 *quit_closure = run_loop->QuitClosure();
90 base::Passed(&run_loop),
95 void RunNestedDispatcher(scoped_ptr<base::RunLoop> run_loop, argument
101 run_loop->Run();
/external/chromium_org/cc/test/
H A Dpixel_test.cc10 #include "base/run_loop.h"
57 base::RunLoop run_loop; local
62 run_loop.QuitClosure())));
80 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/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc6 #include "base/run_loop.h"
146 base::RunLoop run_loop; local
147 sync_file_system_service()->CallOnIdleForTesting(run_loop.QuitClosure());
148 run_loop.Run();
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_prefs.cc15 #include "base/run_loop.h"
100 base::RunLoop run_loop; local
105 run_loop.QuitClosure()));
106 run_loop.Run();
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_dialog_controller_browsertest.cc6 #include "base/run_loop.h"
111 base::RunLoop run_loop; local
112 request_preview_dialog_observer()->set_quit_closure(run_loop.QuitClosure());
114 run_loop.Run();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc58 base::RunLoop run_loop;
59 DictionaryLoadObserver observer(content::GetQuitTaskForRunLoop(&run_loop));
62 content::RunThisRunLoop(&run_loop);
/external/chromium_org/chrome/browser/ui/views/
H A Duninstall_view.cc9 #include "base/run_loop.h"
179 base::RunLoop run_loop; local
181 run_loop.QuitClosure());
183 run_loop.Run();
/external/chromium_org/components/bookmarks/test/
H A Dbookmark_test_helpers.cc11 #include "base/run_loop.h"
101 base::RunLoop run_loop;
105 BookmarkLoadObserver observer(run_loop.QuitClosure());
107 run_loop.Run();
/external/chromium_org/content/renderer/
H A Drenderer_main.cc203 bool run_loop = true; local
205 run_loop = platform.EnableSandbox();
224 if (run_loop) {
/external/chromium_org/device/hid/
H A Dhid_connection_unittest.cc11 #include "base/run_loop.h"
87 base::RunLoop run_loop; variable
91 base::Unretained(this), run_loop.QuitClosure(), 5),
93 run_loop.Run();
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc19 #include "base/run_loop.h"
58 bool RunLoopWithTimeout(base::RunLoop* run_loop) { argument
65 run_loop->QuitClosure()),
67 run_loop->Run();
80 base::RunLoop run_loop; local
83 run_loop.QuitClosure()));
87 if (!RunLoopWithTimeout(&run_loop))
218 base::RunLoop run_loop;
219 run_loop_quit_func_ = run_loop.QuitClosure();
220 bool success = RunLoopWithTimeout(&run_loop);
421 base::RunLoop run_loop; local
[all...]
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.cc12 #include "base/run_loop.h"
136 base::RunLoop run_loop; local
138 message_loop.message_loop_proxy(), run_loop.QuitClosure());
149 run_loop.Run();
H A Dhost_service.cc20 #include "base/run_loop.h"
241 base::RunLoop run_loop; local
281 run_loop.QuitClosure())));
284 run_loop.Run();
299 base::RunLoop run_loop; local
335 run_loop.QuitClosure())));
338 run_loop.Run();
/external/chromium_org/ash/test/
H A Dash_test_helper.cc18 #include "base/run_loop.h"
149 base::RunLoop run_loop; local
150 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/
H A Dunload_browsertest.cc459 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();
458 FastTabCloseTabStripModelObserver(TabStripModel* model, base::RunLoop* run_loop) argument
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc12 #include "base/run_loop.h"
289 base::RunLoop run_loop; local
301 run_loop.QuitClosure());
302 run_loop.Run();
314 base::RunLoop run_loop; local
320 origin_, run_loop.QuitClosure());
321 run_loop.Run();
327 base::RunLoop run_loop; local
330 run_loop.QuitClosure());
331 run_loop
339 base::RunLoop run_loop; local
825 base::RunLoop run_loop; local
885 base::RunLoop run_loop; local
[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();
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream_unittest.cc10 #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/chrome/test/chromedriver/
H A Dcommands_unittest.cc13 #include "base/run_loop.h"
108 void OnSimpleCommand(base::RunLoop* run_loop, argument
117 run_loop->Quit();
139 base::RunLoop run_loop; local
147 base::Bind(&OnSimpleCommand, &run_loop, id, &expected_value));
148 run_loop.Run();
203 void OnNoSuchSessionAndQuit(base::RunLoop* run_loop, argument
207 run_loop->Quit();
222 base::RunLoop run_loop; local
229 base::Bind(&OnNoSuchSessionAndQuit, &run_loop));
593 OnSessionCommand( base::RunLoop* run_loop, const Status& status, scoped_ptr<base::Value> value, const std::string& session_id) argument
677 OnFailBecauseErrorNotifyingListeners( base::RunLoop* run_loop, const Status& status, scoped_ptr<base::Value> value, const std::string& session_id) argument
715 base::RunLoop run_loop; local
[all...]

Completed in 1146 milliseconds

1234567891011