HomeSort by relevance Sort by last modified time
    Searched defs:run_loop (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /external/chromium_org/remoting/host/win/
chromoting_module.cc 12 #include "base/run_loop.h"
136 base::RunLoop run_loop; local
138 message_loop.message_loop_proxy(), run_loop.QuitClosure());
149 run_loop.Run();
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.cc 14 #include "base/run_loop.h"
39 AccountsRequestDelegate(base::RunLoop* run_loop) : response_(""),
40 success_(false), run_loop_(run_loop) {}
142 base::RunLoop run_loop; local
144 AccountsRequestDelegate delegate(&run_loop);
152 run_loop.QuitClosure(),
154 run_loop.Run();
  /external/chromium_org/webkit/browser/fileapi/
async_file_test_helper.cc 8 #include "base/run_loop.h"
24 void AssignAndQuit(base::RunLoop* run_loop,
28 run_loop->Quit();
32 AssignAndQuitCallback(base::RunLoop* run_loop,
34 return base::Bind(&AssignAndQuit, run_loop, base::Unretained(result));
37 void GetMetadataCallback(base::RunLoop* run_loop,
45 run_loop->Quit();
49 base::RunLoop* run_loop,
60 run_loop->Quit();
63 void ReadDirectoryCallback(base::RunLoop* run_loop,
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/base/
message_pump_mac.h 76 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/base/message_loop/
message_pump_mac.h 85 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 10 #include "base/run_loop.h"
224 base::RunLoop run_loop; local
227 BookmarksObserver observer(&run_loop);
229 run_loop.Run();
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 12 #include "base/run_loop.h"
331 base::RunLoop run_loop; local
336 &run_loop,
338 run_loop.Run();
359 base::RunLoop run_loop; local
364 &run_loop,
366 run_loop.Run();
403 base::RunLoop run_loop; local
408 &run_loop,
410 run_loop.Run()
432 base::RunLoop run_loop; local
472 base::RunLoop run_loop; local
    [all...]
drive_url_request_job_unittest.cc 10 #include "base/run_loop.h"
150 base::RunLoop run_loop; local
155 &run_loop,
158 run_loop.Run();
  /external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_external_policy_loader_unittest.cc 15 #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/policy/
power_policy_browsertest.cc 18 #include "base/run_loop.h"
233 base::RunLoop run_loop; local
236 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
243 run_loop.Run();
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 10 #include "base/run_loop.h"
100 base::RunLoop run_loop; variable
101 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/extensions/
permissions_updater_unittest.cc 9 #include "base/run_loop.h"
53 base::RunLoop run_loop; local
54 run_loop.Run();
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 137 base::RunLoop run_loop; local
145 &run_loop));
146 run_loop.Run(); // Will go until ...Complete calls Quit.
150 base::RunLoop* run_loop,
154 run_loop->Quit(); // Will return out to QueryHistory.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 14 #include "base/run_loop.h"
41 base::RunLoop* run_loop,
50 run_loop->Quit();
59 base::RunLoop run_loop; local
61 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
63 run_loop.Run();
itunes_file_util_unittest.cc 13 #include "base/run_loop.h"
40 base::RunLoop* run_loop,
48 run_loop->Quit();
57 base::RunLoop run_loop; local
59 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
61 run_loop.Run();
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 13 #include "base/run_loop.h"
197 base::RunLoop run_loop; local
200 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
203 run_loop.Run();
221 base::RunLoop run_loop; local
222 policy_service->RefreshPolicies(run_loop.QuitClosure());
223 run_loop.Run();
test_request_interceptor.cc 13 #include "base/run_loop.h"
275 base::RunLoop run_loop; local
282 run_loop.QuitClosure()));
283 run_loop.Run();
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_browsertest.cc 7 #include "base/run_loop.h"
114 base::RunLoop run_loop; local
115 request_preview_dialog_observer()->set_quit_closure(run_loop.QuitClosure());
117 run_loop.Run();
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 10 #include "base/run_loop.h"
86 base::RunLoop run_loop; local
89 base::Unretained(this)), run_loop.QuitClosure());
90 run_loop.Run();
101 base::RunLoop run_loop; local
104 base::Unretained(this), &result), run_loop.QuitClosure());
105 run_loop.Run();
143 base::RunLoop run_loop; variable
145 base::Bind(&base::DoNothing), run_loop.QuitClosure()));
146 run_loop.Run()
198 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
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
178 AssignAndQuitCallback(&run_loop, &status));
179 run_loop.Run()
219 base::RunLoop run_loop; local
320 base::RunLoop run_loop; local
359 base::RunLoop run_loop; local
380 base::RunLoop run_loop; local
439 base::RunLoop run_loop; local
457 base::RunLoop run_loop; local
477 base::RunLoop run_loop; local
498 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 227 base::RunLoop run_loop; local
228 quit_closure_ = content::GetQuitTaskForRunLoop(&run_loop);
231 content::RunThisRunLoop(&run_loop);
  /external/chromium_org/chrome/common/
cancelable_task_tracker_unittest.cc 17 #include "base/run_loop.h"
31 base::RunLoop run_loop; local
32 run_loop.RunUntilIdle();
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_database_unittest.cc 12 #include "base/run_loop.h"
352 base::RunLoop run_loop; local
354 FROM_HERE, base::Bind(base::DoNothing), run_loop.QuitClosure());
355 run_loop.Run();
  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 7 #include "base/run_loop.h"
28 base::RunLoop run_loop; local
31 run_loop.QuitClosure(),
33 run_loop.Run();
89 base::RunLoop run_loop; local
90 base::AutoReset<base::Closure> reset_quit(&quit_, run_loop.QuitClosure());
92 run_loop.Run();
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc 7 #include "base/run_loop.h"
267 base::RunLoop run_loop; local
269 FROM_HERE, media::BindToCurrentLoop(run_loop.QuitClosure()));
270 run_loop.Run();

Completed in 650 milliseconds

1 23 4 5 6