HomeSort by relevance Sort by last modified time
    Searched refs:run_loop (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.cc 9 #include "base/run_loop.h"
21 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result) {
23 DCHECK(run_loop);
25 run_loop->Quit();
29 AssignAndQuitCallback(base::RunLoop* run_loop, R* result) {
30 return base::Bind(&AssignAndQuit<R>, run_loop, base::Unretained(result));
sync_file_system_test_util.h 20 void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result);
23 AssignAndQuitCallback(base::RunLoop* run_loop, R* result);
sync_file_system_service_unittest.cc 9 #include "base/run_loop.h"
58 void AssignValueAndQuit(base::RunLoop* run_loop,
64 DCHECK(run_loop);
67 run_loop->Quit();
71 void VerifyFileError(base::RunLoop* run_loop,
73 DCHECK(run_loop);
75 run_loop->Quit();
163 base::RunLoop run_loop; local
172 AssignAndQuitCallback(&run_loop, &status));
173 run_loop.Run()
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/
async_file_test_helper.cc 6 #include "base/run_loop.h"
22 void AssignAndQuit(base::RunLoop* run_loop,
26 run_loop->Quit();
30 AssignAndQuitCallback(base::RunLoop* run_loop,
32 return base::Bind(&AssignAndQuit, run_loop, base::Unretained(result));
35 void GetMetadataCallback(base::RunLoop* run_loop,
43 run_loop->Quit();
47 base::RunLoop* run_loop,
58 run_loop->Quit();
61 void ReadDirectoryCallback(base::RunLoop* run_loop,
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/
chrome_frame_automation_mock.cc 20 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/
menu_controller_win.cc 7 #include "base/run_loop.h"
15 base::RunLoop run_loop(this);
16 run_loop.Run();
  /external/chromium_org/chrome/test/base/
testing_io_thread_state.cc 8 #include "base/run_loop.h"
25 base::Closure ThreadSafeQuit(base::RunLoop* run_loop) {
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.Run()
    [all...]
  /external/chromium_org/remoting/host/
chromoting_host_context_unittest.cc 6 #include "base/run_loop.h"
17 base::RunLoop run_loop; local
21 message_loop.message_loop_proxy(), run_loop.QuitClosure()));
35 run_loop.Run();
desktop_process_main.cc 13 #include "base/run_loop.h"
34 base::RunLoop run_loop; local
37 run_loop.QuitClosure());
70 run_loop.Run();
  /external/chromium_org/ash/accelerators/
nested_dispatcher_controller.cc 9 #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/
desktop_dispatcher_client.cc 7 #include "base/run_loop.h"
29 base::RunLoop run_loop(nested_dispatcher);
30 run_loop.Run();
  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 10 #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/
websocket_unittest.cc 15 #include "base/run_loop.h"
27 void OnConnectFinished(base::RunLoop* run_loop, int* save_error, int error) {
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)
66 : run_loop_(run_loop) {}
103 base::RunLoop run_loop; local
104 sock->Connect(base::Bind(&OnConnectFinished, &run_loop, &error))
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/
enrollment_screen_browsertest.cc 6 #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/
examples_browser_main_parts.cc 10 #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/
drive_api_requests_unittest.cc 10 #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.Run()
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...]
base_requests_server_unittest.cc 12 #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();
gdata_wapi_requests_unittest.cc 15 #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.Run()
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/
test_utils.cc 9 #include "base/run_loop.h"
73 base::RunLoop run_loop; local
74 RunThisRunLoop(&run_loop);
77 void RunThisRunLoop(base::RunLoop* run_loop) {
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) {
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc 13 #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.Run()
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/
online_attempt_unittest.cc 9 #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.Run()
163 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 10 #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.Run()
196 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_browsertest.cc 6 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
61 run_loop.QuitClosure(),
63 run_loop.Run();
  /external/chromium_org/content/test/
content_browser_test_utils.cc 10 #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/
gl_readback_unittests.cc 11 #include "base/run_loop.h"
43 base::RunLoop run_loop; local
44 WaitForQueryCallback(q, run_loop.QuitClosure());
45 run_loop.Run();

Completed in 2308 milliseconds

1 2 3 4 5 6