Searched refs:run_loop (Results 126 - 150 of 269) sorted by relevance

1234567891011

/external/chromium_org/chrome/test/chromedriver/
H A Dcommands.cc17 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
113 run_loop.QuitClosure()));
116 FROM_HERE, run_loop.QuitClosure(), base::TimeDelta::FromSeconds(10));
120 run_loop.Run();
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc9 #include "base/run_loop.h"
186 base::RunLoop run_loop; local
190 TestNatives::Create(env()->isolate(), run_loop.QuitClosure()).ToV8());
195 run_loop.QuitClosure()));
199 run_loop.Run();
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc9 #include "base/run_loop.h"
206 // run_loop().
216 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; } argument
217 base::RunLoop* run_loop() { return run_loop_; } function in class:mojo::js::__anon8719::CppSideConnection
270 run_loop()->Quit();
309 run_loop()->Quit();
342 run_loop()->Quit();
372 run_loop()->Quit();
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util_unittest.cc14 #include "base/run_loop.h"
42 base::RunLoop* run_loop,
51 run_loop->Quit();
60 base::RunLoop run_loop; local
62 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
64 run_loop.Run();
41 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::File::Error error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
H A Ditunes_file_util_unittest.cc13 #include "base/run_loop.h"
41 base::RunLoop* run_loop,
49 run_loop->Quit();
58 base::RunLoop run_loop; local
60 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
62 run_loop.Run();
40 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::File::Error error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
H A Dpicasa_file_util_unittest.cc17 #include "base/run_loop.h"
134 base::RunLoop* run_loop,
142 run_loop->Quit();
151 base::RunLoop run_loop; local
153 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
155 run_loop.Run();
168 base::RunLoop* run_loop,
175 DCHECK(run_loop);
181 run_loop->Quit();
133 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::File::Error error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
167 CreateSnapshotFileTestHelperCallback( base::RunLoop* run_loop, base::File::Error* error, base::FilePath* platform_path_result, base::File::Error result, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<storage::ShareableFileReference>& file_ref) argument
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_browsertest.cc135 base::RunLoop run_loop; local
139 base::Unretained(this), &run_loop, verdict));
140 content::RunThisRunLoop(&run_loop);
150 void ClassificationFinished(base::RunLoop* run_loop, argument
154 run_loop->Quit();
/external/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc21 #include "base/run_loop.h"
78 void SetSuccessCodeOnCompletion(base::RunLoop* run_loop, argument
86 run_loop->Quit();
93 base::RunLoop run_loop; local
96 base::Unretained(&run_loop),
104 run_loop.Run();
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc15 #include "base/run_loop.h"
64 base::RunLoop run_loop; local
69 run_loop.QuitClosure(),
71 run_loop.Run();
78 base::RunLoop run_loop; local
84 FROM_HERE, run_loop.QuitClosure()))));
85 run_loop.Run();
201 base::RunLoop run_loop; local
203 FROM_HERE, base::Bind(&base::DoNothing), run_loop.QuitClosure());
204 run_loop
287 base::RunLoop run_loop; local
322 base::RunLoop run_loop; local
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_driver_desktop_unittest.cc16 #include "base/run_loop.h"
204 base::RunLoop run_loop; local
208 run_loop.QuitClosure());
209 run_loop.Run();
287 base::RunLoop run_loop; local
288 async_operation_completed_callback_ = run_loop.QuitClosure();
294 run_loop.Run();
301 base::RunLoop run_loop; local
302 async_operation_completed_callback_ = run_loop.QuitClosure();
309 run_loop
314 base::RunLoop run_loop; local
324 base::RunLoop run_loop; local
[all...]
/external/chromium_org/components/visitedlink/test/
H A Dvisitedlink_unittest.cc14 #include "base/run_loop.h"
437 base::RunLoop run_loop; local
438 master_->set_rebuild_complete_task(run_loop.QuitClosure());
439 run_loop.Run();
458 base::RunLoop run_loop; local
459 master_->set_rebuild_complete_task(run_loop.QuitClosure());
460 run_loop.Run();
617 base::RunLoop run_loop; local
620 run_loop.QuitClosure(),
622 run_loop
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc13 #include "base/run_loop.h"
133 void AssignAndQuit(base::RunLoop* run_loop, argument
137 run_loop->Quit();
148 base::RunLoop run_loop; local
150 FROM_HERE, base::Bind(&base::DoNothing), run_loop.QuitClosure());
151 run_loop.Run();
749 base::RunLoop run_loop; local
750 helper.Run(base::Bind(&AssignAndQuit, &run_loop, &error));
751 run_loop.Run();
805 base::RunLoop run_loop; local
862 base::RunLoop run_loop; local
[all...]
/external/chromium_org/apps/
H A Dsaved_devices_service_unittest.cc6 #include "base/run_loop.h"
102 base::RunLoop run_loop; local
103 run_loop.RunUntilIdle();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.cc120 CFRunLoopAddSource(run_loop(), scoped_fd_source, kCFRunLoopCommonModes);
152 CFRunLoopRemoveSource(run_loop(), source, kCFRunLoopCommonModes);
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc5 #include "base/run_loop.h"
78 base::RunLoop run_loop; local
79 run_loop.RunUntilIdle();
/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_main_parts.cc8 #include "base/run_loop.h"
178 base::RunLoop run_loop;
179 run_loop.Run();
/external/chromium_org/mojo/public/python/mojo/
H A Dc_environment.pxd37 cdef extern from "mojo/public/cpp/utility/run_loop.h" nogil:
/external/chromium_org/remoting/host/setup/
H A Dstart_host.cc11 #include "base/run_loop.h"
185 base::RunLoop run_loop; local
186 run_loop.Run();
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc8 #include "base/run_loop.h"
218 base::RunLoop run_loop; local
219 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc15 #include "base/run_loop.h"
210 base::RunLoop run_loop; local
211 loader_->StopCache(run_loop.QuitClosure());
216 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreenshot_tester.cc14 #include "base/run_loop.h"
148 base::RunLoop run_loop; local
149 run_loop_quitter_ = run_loop.QuitClosure();
150 run_loop.Run();
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_browsertest.cc145 base::RunLoop run_loop; local
149 run_loop.QuitClosure());
150 run_loop.Run();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter_unittest.cc11 #include "base/run_loop.h"
115 base::RunLoop run_loop; variable
117 base::Bind(&PluginsLoaded, run_loop.QuitClosure()));
118 run_loop.Run();
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.cc13 #include "base/run_loop.h"
284 base::RunLoop run_loop; local
291 run_loop.QuitClosure()));
292 run_loop.Run();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine_unittest.cc9 #include "base/run_loop.h"
113 base::RunLoop run_loop; local
117 FROM_HERE, run_loop.QuitClosure()));
118 run_loop.Run();

Completed in 1260 milliseconds

1234567891011