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

1 2 3 4 5 6 7 8

  /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"
35 base::RunLoop run_loop; local
38 run_loop.QuitClosure());
71 run_loop.Run();
  /external/chromium_org/chrome/browser/
chrome_service_worker_browsertest.cc 11 #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/content/common/gpu/client/
gpu_context_tests.h 10 #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/athena/main/
athena_shell.cc 13 #include "base/run_loop.h"
60 base::RunLoop run_loop; local
61 run_loop.Run();
  /external/chromium_org/athena/test/
athena_test_helper.cc 11 #include "base/run_loop.h"
109 // use run_loop.QuitClosure().
110 base::RunLoop run_loop; local
111 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc 8 #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/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 8 #include "base/run_loop.h"
60 base::RunLoop run_loop; local
61 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt_unittest.cc 7 #include "base/run_loop.h"
48 base::RunLoop run_loop; local
50 run_loop.QuitClosure()));
54 run_loop.Run();
  /external/chromium_org/chrome/test/base/
testing_io_thread_state.cc 8 #include "base/run_loop.h"
23 base::Closure ThreadSafeQuit(base::RunLoop* run_loop) {
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.Run()
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 8 #include "base/run_loop.h"
83 base::RunLoop run_loop; local
85 active_paths.Pass(), run_loop.QuitClosure());
86 run_loop.Run();
  /external/chromium_org/dbus/
object_proxy_unittest.cc 7 #include "base/run_loop.h"
38 void OnServiceIsAvailable(scoped_ptr<base::RunLoop>* run_loop,
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/media/audio/sounds/
sounds_manager_unittest.cc 11 #include "base/run_loop.h"
49 base::RunLoop run_loop; local
50 TestObserver observer(run_loop.QuitClosure());
60 run_loop.Run();
  /external/chromium_org/media/base/
user_input_monitor_unittest.cc 9 #include "base/run_loop.h"
55 base::RunLoop run_loop; local
75 run_loop.RunUntilIdle();
  /external/chromium_org/mojo/services/dbus_echo/
dbus_echo_service.cc 11 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
56 run_loop.Run();
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc 11 #include "base/run_loop.h"
107 base::RunLoop run_loop; local
111 run_loop.QuitClosure());
122 host->Start(run_loop.QuitClosure());
125 run_loop.Run();
  /external/chromium_org/ui/aura/test/
aura_test_helper.cc 8 #include "base/run_loop.h"
109 // use run_loop.QuitClosure().
110 base::RunLoop run_loop; local
111 run_loop.RunUntilIdle();
  /external/chromium_org/ui/views_content_client/
views_content_client_main_parts.cc 7 #include "base/run_loop.h"
35 base::RunLoop run_loop; local
36 run_loop.Run();
  /external/chromium_org/ui/wm/core/
nested_accelerator_controller.cc 9 #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();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher_unittest.cc 10 #include "base/run_loop.h"
127 base::RunLoop run_loop; local
131 &run_loop,
143 run_loop.Run();
zip_file_creator_browsertest.cc 14 #include "base/run_loop.h"
51 base::RunLoop run_loop; local
58 &TestCallback, &success, content::GetQuitTaskForRunLoop(&run_loop)),
63 content::RunThisRunLoop(&run_loop);
80 base::RunLoop run_loop; local
88 &TestCallback, &success, content::GetQuitTaskForRunLoop(&run_loop)),
93 content::RunThisRunLoop(&run_loop);
  /external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt_unittest.cc 9 #include "base/run_loop.h"
86 base::RunLoop run_loop; local
88 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
98 run_loop.Run();
109 base::RunLoop run_loop; local
111 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
124 run_loop.Run();
136 base::RunLoop run_loop; local
138 .WillOnce(Invoke(&run_loop, &base::RunLoop::Quit))
148 run_loop.Run()
158 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_external_data_manager_browsertest.cc 13 #include "base/run_loop.h"
89 base::RunLoop run_loop; local
94 run_loop.QuitClosure()));
95 run_loop.Run();
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 8 #include "base/run_loop.h"
160 base::RunLoop run_loop; local
161 run_loop.RunUntilIdle();
184 base::RunLoop run_loop; local
185 run_loop.RunUntilIdle();
210 base::RunLoop run_loop; local
211 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 10 #include "base/run_loop.h"
57 base::RunLoop run_loop; variable
58 run_loop.RunUntilIdle();

Completed in 1325 milliseconds

1 2 3 4 5 6 7 8