Searched refs:run_loop (Results 1 - 25 of 224) sorted by relevance

123456789

/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/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc5 #include "mojo/public/cpp/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; } argument
101 RunLoop run_loop; local
102 handler.set_run_loop(&run_loop);
103 run_loop.AddHandler(&handler, test_pipe.handle0.get(),
105 run_loop.Run();
108 EXPECT_FALSE(run_loop
117 set_run_loop(RunLoop* run_loop) argument
137 RunLoop run_loop; local
153 set_run_loop(RunLoop* run_loop) argument
172 RunLoop run_loop; local
187 RunLoop run_loop; local
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.cc9 #include "base/run_loop.h"
24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
28 *quit_closure = run_loop->QuitClosure();
30 base::Bind(&base::RunLoop::Run, base::Owned(run_loop.release()));
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc8 #include "base/run_loop.h"
24 void AssignAndQuit(base::RunLoop* run_loop, argument
28 run_loop->Quit();
32 AssignAndQuitCallback(base::RunLoop* run_loop, argument
34 return base::Bind(&AssignAndQuit, run_loop, base::Unretained(result));
37 void GetMetadataCallback(base::RunLoop* run_loop, argument
45 run_loop->Quit();
49 base::RunLoop* run_loop,
60 run_loop->Quit();
63 void ReadDirectoryCallback(base::RunLoop* run_loop, argument
48 CreateSnapshotFileCallback( base::RunLoop* run_loop, base::File::Error* result_out, base::FilePath* platform_path_out, base::File::Error result, const base::File::Info& file_info, const base::FilePath& platform_path, const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref) argument
106 base::RunLoop run_loop; local
119 base::RunLoop run_loop; local
132 base::RunLoop run_loop; local
146 base::RunLoop run_loop; local
157 base::RunLoop run_loop; local
171 base::RunLoop run_loop; local
191 base::RunLoop run_loop; local
202 base::RunLoop run_loop; local
215 base::RunLoop run_loop; local
228 base::RunLoop run_loop; local
[all...]
/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/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/ui/views_content_client/
H A Dviews_content_client_main_parts.cc7 #include "base/run_loop.h"
35 base::RunLoop run_loop; local
36 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/chrome/test/chromedriver/net/
H A Dwebsocket_unittest.cc15 #include "base/run_loop.h"
27 void OnConnectFinished(base::RunLoop* run_loop, int* save_error, int error) { argument
29 run_loop->Quit();
33 base::RunLoop run_loop; local
34 loop->PostTask(FROM_HERE, run_loop.QuitClosure());
35 run_loop.Run();
65 explicit CloseListener(base::RunLoop* run_loop) argument
66 : run_loop_(run_loop) {}
103 base::RunLoop run_loop; local
104 sock->Connect(base::Bind(&OnConnectFinished, &run_loop,
125 base::RunLoop run_loop; local
171 base::RunLoop run_loop; local
183 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/webui/
H A Dweb_ui_mojo_browsertest.cc11 #include "base/run_loop.h"
59 base::RunLoop* run_loop)
60 : run_loop_(run_loop) {
83 base::RunLoop* run_loop)
84 : BrowserTargetImpl(handle.Pass(), run_loop) {
104 TestWebUIController(WebUI* web_ui, base::RunLoop* run_loop) argument
106 run_loop_(run_loop) {
125 PingTestWebUIController(WebUI* web_ui, base::RunLoop* run_loop) argument
126 : TestWebUIController(web_ui, run_loop) {
146 void set_run_loop(base::RunLoop* run_loop) { run_loop argument
58 BrowserTargetImpl(mojo::ScopedMessagePipeHandle handle, base::RunLoop* run_loop) argument
82 PingBrowserTargetImpl(mojo::ScopedMessagePipeHandle handle, base::RunLoop* run_loop) argument
208 base::RunLoop run_loop; local
[all...]
/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));
H A Dsync_file_system_service_unittest.cc9 #include "base/run_loop.h"
60 void AssignValueAndQuit(base::RunLoop* run_loop, argument
66 DCHECK(run_loop);
69 run_loop->Quit();
73 void VerifyFileError(base::RunLoop* run_loop, argument
75 DCHECK(run_loop);
77 run_loop->Quit();
168 base::RunLoop run_loop; local
183 AssignAndQuitCallback(&run_loop, &status));
184 run_loop
224 base::RunLoop run_loop; local
325 base::RunLoop run_loop; local
364 base::RunLoop run_loop; local
385 base::RunLoop run_loop; local
444 base::RunLoop run_loop; local
459 base::RunLoop run_loop; local
[all...]
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_controller.cc9 #include "base/run_loop.h"
33 scoped_ptr<base::RunLoop> run_loop = accelerator_dispatcher_->CreateRunLoop(); local
37 run_loop->QuitClosure());
40 base::Passed(&run_loop),
45 scoped_ptr<base::RunLoop> run_loop,
47 run_loop->Run();
44 RunNestedMessageLoop( scoped_ptr<base::RunLoop> run_loop, scoped_ptr<NestedAcceleratorDispatcher> old_accelerator_dispatcher) argument
/external/chromium_org/chrome/browser/
H A Dchrome_service_worker_browsertest.cc11 #include "base/run_loop.h"
60 base::RunLoop run_loop; local
64 base::Bind(&ExpectResultAndRun, true, run_loop.QuitClosure()));
65 run_loop.Run();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt_unittest.cc7 #include "base/run_loop.h"
48 base::RunLoop run_loop; local
50 run_loop.QuitClosure()));
54 run_loop.Run();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_aura.cc11 #include "base/run_loop.h"
146 aura::client::DispatcherRunLoop run_loop(
148 message_loop_quit_ = run_loop.QuitClosure();
149 run_loop.Run();
153 base::RunLoop run_loop(&nested_dispatcher);
154 message_loop_quit_ = run_loop.QuitClosure();
155 run_loop.Run();
170 aura::client::DispatcherRunLoop run_loop(
172 message_loop_quit_ = run_loop.QuitClosure();
173 run_loop
177 base::RunLoop run_loop; local
[all...]
H A Dmenu_message_loop_mac.cc9 #include "base/run_loop.h"
36 base::RunLoop run_loop; local
37 run_loop.Run();
/external/chromium_org/media/audio/sounds/
H A Daudio_stream_handler_unittest.cc11 #include "base/run_loop.h"
60 base::RunLoop run_loop; local
61 TestObserver observer(run_loop.QuitClosure());
68 run_loop.Run();
78 base::RunLoop run_loop; local
79 TestObserver observer(run_loop.QuitClosure());
99 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);
70 base::RunLoop run_loop; local
80 run_loop.RunUntilIdle();
112 base::RunLoop run_loop; local
122 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
124 content::RunThisRunLoop(&run_loop);
/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_browsertest.cc6 #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();
165 base::RunLoop run_loop; local
169 run_loop.QuitClosure());
173 run_loop
192 base::RunLoop run_loop; local
205 base::RunLoop run_loop; local
247 base::RunLoop run_loop; local
[all...]
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents_browsertest.cc7 #include "base/run_loop.h"
176 base::RunLoop run_loop; local
177 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
178 run_loop.Run();
193 base::RunLoop run_loop; local
194 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
195 run_loop.Run();
210 base::RunLoop run_loop; local
211 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
212 run_loop
228 base::RunLoop run_loop; local
257 base::RunLoop run_loop; local
264 base::RunLoop run_loop; local
350 base::RunLoop run_loop; local
[all...]
/external/chromium_org/google_apis/drive/
H A Ddrive_api_requests_unittest.cc11 #include "base/run_loop.h"
398 base::RunLoop run_loop; local
403 &run_loop,
408 run_loop.Run();
442 base::RunLoop run_loop; local
447 &run_loop,
456 run_loop.Run();
498 base::RunLoop run_loop; local
503 &run_loop,
516 run_loop
544 base::RunLoop run_loop; local
578 base::RunLoop run_loop; local
605 base::RunLoop run_loop; local
632 base::RunLoop run_loop; local
661 base::RunLoop run_loop; local
692 base::RunLoop run_loop; local
731 base::RunLoop run_loop; local
763 base::RunLoop run_loop; local
791 base::RunLoop run_loop; local
814 base::RunLoop run_loop; local
844 base::RunLoop run_loop; local
873 base::RunLoop run_loop; local
902 base::RunLoop run_loop; local
938 base::RunLoop run_loop; local
977 base::RunLoop run_loop; local
1030 base::RunLoop run_loop; local
1068 base::RunLoop run_loop; local
1119 base::RunLoop run_loop; local
1161 base::RunLoop run_loop; local
1202 base::RunLoop run_loop; local
1251 base::RunLoop run_loop; local
1298 base::RunLoop run_loop; local
1351 base::RunLoop run_loop; local
1385 base::RunLoop run_loop; local
1438 base::RunLoop run_loop; local
1472 base::RunLoop run_loop; local
1527 base::RunLoop run_loop; local
1572 base::RunLoop run_loop; local
1611 base::RunLoop run_loop; local
1668 base::RunLoop run_loop; local
1719 base::RunLoop run_loop; local
1756 base::RunLoop run_loop; local
1790 base::RunLoop run_loop; local
1824 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc7 #include "base/run_loop.h"
295 base::RunLoop* run_loop) {
300 delete_begin, delete_end, run_loop->QuitClosure());
308 base::RunLoop* run_loop) {
312 run_loop->QuitClosure());
316 base::RunLoop* run_loop) {
322 time, time, run_loop->QuitClosure());
408 base::RunLoop run_loop; local
413 &run_loop));
414 run_loop
292 ClearCookies(content::StoragePartition* partition, const base::Time delete_begin, const base::Time delete_end, base::RunLoop* run_loop) argument
303 ClearStuff(uint32 remove_mask, content::StoragePartition* partition, const base::Time delete_begin, const base::Time delete_end, const StoragePartition::OriginMatcherFunction& origin_matcher, base::RunLoop* run_loop) argument
315 ClearData(content::StoragePartition* partition, base::RunLoop* run_loop) argument
484 base::RunLoop run_loop; local
511 base::RunLoop run_loop; local
538 base::RunLoop run_loop; local
563 base::RunLoop run_loop; local
590 base::RunLoop run_loop; local
619 base::RunLoop run_loop; local
644 base::RunLoop run_loop; local
684 base::RunLoop run_loop; local
721 base::RunLoop run_loop; local
752 base::RunLoop run_loop; local
783 base::RunLoop run_loop; local
812 base::RunLoop run_loop; local
833 base::RunLoop run_loop; local
860 base::RunLoop run_loop; local
892 base::RunLoop run_loop; local
921 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer_unittest.cc8 #include "base/run_loop.h"
103 base::RunLoop run_loop; local
112 InvokeClosure(run_loop.QuitClosure())));
118 run_loop.Run();
133 base::RunLoop run_loop; local
143 InvokeClosure(run_loop.QuitClosure())));
148 run_loop.Run();
160 base::RunLoop run_loop; local
169 InvokeClosure(run_loop.QuitClosure())));
175 run_loop
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc6 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
106 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure());
107 run_loop.Run();
143 base::RunLoop run_loop; local
144 GetFactory()->EstablishGpuChannel(kInitCause, run_loop.QuitClosure());
148 run_loop.Run();
177 base::RunLoop run_loop; local
181 base::Unretained(this), run_loop.QuitClosure(), &counter));
187 run_loop
[all...]

Completed in 707 milliseconds

123456789