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

1 2 34 5 6

  /external/chromium_org/content/shell/
shell_browser_main.cc 28 #include "base/run_loop.h"
189 base::RunLoop run_loop; local
190 run_loop.Run();
  /external/chromium_org/remoting/host/setup/
start_host.cc 10 #include "base/run_loop.h"
169 base::RunLoop run_loop; local
170 run_loop.Run();
  /external/chromium/base/
message_pump_mac.h 76 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/chrome/test/chromedriver/
commands.cc 17 #include "base/run_loop.h"
207 base::RunLoop run_loop; local
215 run_loop.QuitClosure()));
218 FROM_HERE, run_loop.QuitClosure(), base::TimeDelta::FromSeconds(10));
222 run_loop.Run();
  /external/chromium_org/cc/test/
pixel_test.cc 8 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
110 run_loop.QuitClosure())));
117 run_loop.Run();
  /external/chromium_org/chrome/browser/ui/views/
uninstall_view.cc 9 #include "base/run_loop.h"
180 base::RunLoop run_loop(&accelerator_handler);
182 run_loop.QuitClosure(),
185 run_loop.Run();
  /external/chromium_org/remoting/host/
desktop_process_unittest.cc 12 #include "base/run_loop.h"
238 base::RunLoop run_loop; local
242 FROM_HERE, run_loop.QuitClosure());
270 run_loop.Run();
resizing_host_observer_unittest.cc 11 #include "base/run_loop.h"
225 base::RunLoop run_loop; local
241 run_loop.QuitClosure(),
243 run_loop.Run();
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 13 #include "base/run_loop.h"
66 base::RunLoop run_loop; local
70 run_loop.QuitClosure())) {
73 run_loop.Run();
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 14 #include "base/run_loop.h"
279 base::RunLoop run_loop; local
285 Bind(&OnMakeDefaultComplete, run_loop.QuitClosure(),
288 run_loop.Run();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util_unittest.cc 15 #include "base/run_loop.h"
128 base::RunLoop* run_loop,
136 run_loop->Quit();
145 base::RunLoop run_loop; local
147 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
149 run_loop.Run();
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store_unittest.cc 11 #include "base/run_loop.h"
33 base::RunLoop run_loop; local
36 &run_loop));
37 run_loop.Run();
43 base::RunLoop* run_loop,
47 run_loop->Quit();
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 536 base::RunLoop run_loop; local
539 run_loop.QuitClosure(),
545 run_loop.Run();
586 base::RunLoop run_loop; local
589 run_loop.QuitClosure(),
594 // No expectations on run_loop being true here; that would be a race
597 run_loop.Run();
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 10 #include "base/run_loop.h"
226 base::RunLoop run_loop; local
229 BookmarksObserver observer(&run_loop);
231 run_loop.Run();
  /external/chromium_org/chrome/browser/chromeos/drive/
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/policy/
power_policy_browsertest.cc 18 #include "base/run_loop.h"
228 base::RunLoop run_loop; local
231 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
238 run_loop.Run();
  /external/chromium_org/chrome/browser/google_apis/
test_util.h 40 // Runs the closure, and then quits the |run_loop|.
41 void RunAndQuit(base::RunLoop* run_loop, const base::Closure& closure);
43 // Returns callback which runs the given |callback| and then quits |run_loop|.
45 CallbackType CreateQuitCallback(base::RunLoop* run_loop,
47 return CreateComposedCallback(base::Bind(&RunAndQuit, run_loop), callback);
test_util.cc 13 #include "base/run_loop.h"
53 void RunAndQuit(base::RunLoop* run_loop, const base::Closure& closure) {
55 run_loop->Quit();
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_unittest.cc 11 #include "base/run_loop.h"
75 base::RunLoop run_loop; local
78 base::Bind(&CanEnablePluginCallback, run_loop.QuitClosure(),
80 run_loop.Run();
  /external/chromium_org/base/message_loop/
message_loop.cc 19 #include "base/run_loop.h"
306 RunLoop run_loop; local
307 run_loop.Run();
311 RunLoop run_loop; local
312 run_loop.RunUntilIdle();
message_pump_mac.h 82 CFRunLoopRef run_loop() const { return run_loop_; } function in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 10 #include "base/run_loop.h"
97 base::RunLoop run_loop; variable
98 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/ash/drag_drop/
drag_drop_controller.cc 13 #include "base/run_loop.h"
230 base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
231 quit_closure_ = run_loop.QuitClosure();
234 run_loop.Run();
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 15 #include "base/run_loop.h"
358 base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
359 quit_closure_ = run_loop.QuitClosure();
360 run_loop.Run();

Completed in 1187 milliseconds

1 2 34 5 6