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

123456

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_test_util.cc9 #include "base/run_loop.h"
21 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result) { argument
23 DCHECK(run_loop);
25 run_loop->Quit();
29 AssignAndQuitCallback(base::RunLoop* run_loop, R* result) { argument
30 return base::Bind(&AssignAndQuit<R>, run_loop, base::Unretained(result));
H A Dsync_file_system_test_util.h20 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result);
23 AssignAndQuitCallback(base::RunLoop* run_loop, R* result);
H A Dsync_file_system_service_unittest.cc9 #include "base/run_loop.h"
58 void AssignValueAndQuit(base::RunLoop* run_loop, argument
64 DCHECK(run_loop);
67 run_loop->Quit();
71 void VerifyFileError(base::RunLoop* run_loop, argument
73 DCHECK(run_loop);
75 run_loop->Quit();
163 base::RunLoop run_loop; local
172 AssignAndQuitCallback(&run_loop, &status));
173 run_loop
211 base::RunLoop run_loop; local
311 base::RunLoop run_loop; local
343 base::RunLoop run_loop; local
367 base::RunLoop run_loop; local
424 base::RunLoop run_loop; local
442 base::RunLoop run_loop; local
462 base::RunLoop run_loop; local
483 base::RunLoop run_loop; local
[all...]
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_test_helper.cc6 #include "base/run_loop.h"
22 void AssignAndQuit(base::RunLoop* run_loop, argument
26 run_loop->Quit();
30 AssignAndQuitCallback(base::RunLoop* run_loop, argument
32 return base::Bind(&AssignAndQuit, run_loop, base::Unretained(result));
35 void GetMetadataCallback(base::RunLoop* run_loop, argument
43 run_loop->Quit();
47 base::RunLoop* run_loop,
58 run_loop->Quit();
61 void ReadDirectoryCallback(base::RunLoop* run_loop, argument
46 CreateSnapshotFileCallback( base::RunLoop* run_loop, base::PlatformFileError* result_out, base::FilePath* platform_path_out, base::PlatformFileError result, const base::PlatformFileInfo& file_info, const base::FilePath& platform_path, const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref) argument
96 base::RunLoop run_loop; local
108 base::RunLoop run_loop; local
120 base::RunLoop run_loop; local
134 base::RunLoop run_loop; local
145 base::RunLoop run_loop; local
159 base::RunLoop run_loop; local
171 base::RunLoop run_loop; local
184 base::RunLoop run_loop; local
197 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_automation_mock.cc20 base::RunLoop run_loop(NULL);
21 run_loop.Run();
34 base::RunLoop run_loop(NULL);
35 run_loop.Run();
48 base::RunLoop run_loop(NULL);
49 run_loop.Run();
62 base::RunLoop run_loop(NULL);
63 run_loop.Run();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_win.cc7 #include "base/run_loop.h"
15 base::RunLoop run_loop(this);
16 run_loop.Run();
/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.cc8 #include "base/run_loop.h"
25 base::Closure ThreadSafeQuit(base::RunLoop* run_loop) { argument
27 return run_loop->QuitClosure();
34 run_loop->QuitClosure());
55 base::RunLoop run_loop; local
59 ThreadSafeQuit(&run_loop))));
60 run_loop.Run();
67 base::RunLoop run_loop; local
71 ThreadSafeQuit(&run_loop))));
72 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();
H A Ddesktop_process_main.cc13 #include "base/run_loop.h"
34 base::RunLoop run_loop; local
37 run_loop.QuitClosure());
70 run_loop.Run();
/external/chromium_org/ash/accelerators/
H A Dnested_dispatcher_controller.cc9 #include "base/run_loop.h"
30 // use run_loop.QuitClosure().
31 base::RunLoop run_loop(&dispatcher);
32 run_loop.Run();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.cc7 #include "base/run_loop.h"
29 base::RunLoop run_loop(nested_dispatcher);
30 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
28 context_.get(), sync_point, run_loop.QuitClosure());
29 run_loop.Run();
34 base::RunLoop run_loop; local
37 base::Bind(&RunOnlyOnce, run_loop.QuitClosure(),
39 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/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen_browsertest.cc6 #include "base/run_loop.h"
37 base::RunLoop run_loop; local
47 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
49 content::RunThisRunLoop(&run_loop);
/external/chromium_org/ui/views/examples/content_client/
H A Dexamples_browser_main_parts.cc10 #include "base/run_loop.h"
62 base::RunLoop run_loop(&accelerator_handler);
64 base::RunLoop run_loop;
66 run_loop.Run();
/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_api_requests_unittest.cc10 #include "base/run_loop.h"
357 base::RunLoop run_loop; local
362 &run_loop,
365 run_loop.Run();
391 base::RunLoop run_loop; local
396 &run_loop,
399 run_loop.Run();
418 base::RunLoop run_loop; local
423 &run_loop,
426 run_loop
444 base::RunLoop run_loop; local
474 base::RunLoop run_loop; local
503 base::RunLoop run_loop; local
531 base::RunLoop run_loop; local
575 base::RunLoop run_loop; local
612 base::RunLoop run_loop; local
650 base::RunLoop run_loop; local
688 base::RunLoop run_loop; local
723 base::RunLoop run_loop; local
753 base::RunLoop run_loop; local
783 base::RunLoop run_loop; local
820 base::RunLoop run_loop; local
859 base::RunLoop run_loop; local
912 base::RunLoop run_loop; local
950 base::RunLoop run_loop; local
1001 base::RunLoop run_loop; local
1043 base::RunLoop run_loop; local
1084 base::RunLoop run_loop; local
1133 base::RunLoop run_loop; local
1179 base::RunLoop run_loop; local
1213 base::RunLoop run_loop; local
1266 base::RunLoop run_loop; local
1300 base::RunLoop run_loop; local
1355 base::RunLoop run_loop; local
1400 base::RunLoop run_loop; local
1439 base::RunLoop run_loop; local
1488 base::RunLoop run_loop; local
[all...]
H A Dbase_requests_server_unittest.cc12 #include "base/run_loop.h"
77 base::RunLoop run_loop; local
81 &run_loop,
89 run_loop.Run();
111 base::RunLoop run_loop; local
115 &run_loop,
123 run_loop.Run();
H A Dgdata_wapi_requests_unittest.cc15 #include "base/run_loop.h"
355 base::RunLoop run_loop; local
364 &run_loop,
367 run_loop.Run();
389 base::RunLoop run_loop; local
398 &run_loop,
401 run_loop.Run();
424 base::RunLoop run_loop; local
433 &run_loop,
436 run_loop
452 base::RunLoop run_loop; local
479 base::RunLoop run_loop; local
507 base::RunLoop run_loop; local
533 base::RunLoop run_loop; local
574 base::RunLoop run_loop; local
611 base::RunLoop run_loop; local
638 base::RunLoop run_loop; local
667 base::RunLoop run_loop; local
704 base::RunLoop run_loop; local
738 base::RunLoop run_loop; local
775 base::RunLoop run_loop; local
814 base::RunLoop run_loop; local
851 base::RunLoop run_loop; local
887 base::RunLoop run_loop; local
924 base::RunLoop run_loop; local
962 base::RunLoop run_loop; local
1004 base::RunLoop run_loop; local
1062 base::RunLoop run_loop; local
1108 base::RunLoop run_loop; local
1155 base::RunLoop run_loop; local
1204 base::RunLoop run_loop; local
1253 base::RunLoop run_loop; local
1295 base::RunLoop run_loop; local
1343 base::RunLoop run_loop; local
1384 base::RunLoop run_loop; local
1435 base::RunLoop run_loop; local
1476 base::RunLoop run_loop; local
1522 base::RunLoop run_loop; local
1567 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/public/test/
H A Dtest_utils.cc9 #include "base/run_loop.h"
73 base::RunLoop run_loop; local
74 RunThisRunLoop(&run_loop);
77 void RunThisRunLoop(base::RunLoop* run_loop) { argument
88 delegate->PreRunMessageLoop(run_loop);
89 run_loop->Run();
111 base::RunLoop run_loop; local
114 run_loop.QuitClosure()));
115 RunThisRunLoop(&run_loop);
118 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop) { argument
[all...]
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_browsertest.cc13 #include "base/run_loop.h"
183 base::RunLoop run_loop; variable
186 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
200 run_loop.Run();
241 base::RunLoop run_loop; local
243 policy_service->RefreshPolicies(run_loop.QuitClosure());
244 run_loop.Run();
255 base::RunLoop run_loop; local
257 policy_service->RefreshPolicies(run_loop.QuitClosure());
258 run_loop
268 base::RunLoop run_loop; local
288 base::RunLoop run_loop; local
304 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Donline_attempt_unittest.cc9 #include "base/run_loop.h"
90 base::RunLoop run_loop; local
92 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
102 run_loop.Run();
113 base::RunLoop run_loop; local
115 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
128 run_loop.Run();
140 base::RunLoop run_loop; local
142 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
153 run_loop
163 base::RunLoop run_loop; local
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dautofill_data_type_controller_unittest.cc10 #include "base/run_loop.h"
85 base::RunLoop run_loop; local
88 base::Unretained(this)), run_loop.QuitClosure());
89 run_loop.Run();
100 base::RunLoop run_loop; local
103 base::Unretained(this), &result), run_loop.QuitClosure());
104 run_loop.Run();
142 base::RunLoop run_loop; variable
144 base::Bind(&base::DoNothing), run_loop.QuitClosure()));
145 run_loop
196 base::RunLoop run_loop; local
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_browsertest.cc6 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
61 run_loop.QuitClosure(),
63 run_loop.Run();
/external/chromium_org/content/test/
H A Dcontent_browser_test_utils.cc10 #include "base/run_loop.h"
44 base::RunLoop run_loop; local
46 base::Bind(&RunThisRunLoop, base::Unretained(&run_loop)),
47 GetQuitTaskForRunLoop(&run_loop));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittests.cc11 #include "base/run_loop.h"
43 base::RunLoop run_loop; local
44 WaitForQueryCallback(q, run_loop.QuitClosure());
45 run_loop.Run();

Completed in 747 milliseconds

123456