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

1 2 3 4 5 6

  /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/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/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc 8 #include "base/run_loop.h"
42 base::RunLoop run_loop; local
52 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
54 content::RunThisRunLoop(&run_loop);
86 base::RunLoop run_loop; local
96 .WillOnce(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
98 content::RunThisRunLoop(&run_loop);
  /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/content/browser/aura/
image_transport_factory_browsertest.cc 5 #include "base/run_loop.h"
47 base::RunLoop run_loop; local
49 .WillOnce(testing::InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
62 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();
audio_stream_handler_unittest.cc 11 #include "base/run_loop.h"
60 base::RunLoop run_loop; local
61 TestObserver observer(run_loop.QuitClosure());
68 run_loop.Run();
78 base::RunLoop run_loop; local
79 TestObserver observer(run_loop.QuitClosure());
99 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/remoting/host/it2me/
it2me_native_messaging_host_main.cc 8 #include "base/run_loop.h"
32 base::RunLoop run_loop; local
36 run_loop.QuitClosure());
47 host->Start(run_loop.QuitClosure());
50 run_loop.Run();
  /external/chromium_org/ui/views/test/
views_test_base.cc 7 #include "base/run_loop.h"
66 base::RunLoop run_loop; local
68 run_loop.set_dispatcher(aura::Env::GetInstance()->GetDispatcher());
70 run_loop.RunUntilIdle();
  /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"
63 base::RunLoop run_loop; local
64 TestObserver observer(content::GetQuitTaskForRunLoop(&run_loop));
72 content::RunThisRunLoop(&run_loop);
88 base::RunLoop run_loop; local
89 TestObserver observer(content::GetQuitTaskForRunLoop(&run_loop));
99 content::RunThisRunLoop(&run_loop);
  /external/chromium_org/chrome/browser/chromeos/login/
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))
149 run_loop.Run()
159 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"
161 base::RunLoop run_loop; local
162 run_loop.RunUntilIdle();
185 base::RunLoop run_loop; local
186 run_loop.RunUntilIdle();
211 base::RunLoop run_loop; local
212 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 8 #include "base/run_loop.h"
117 base::RunLoop run_loop; local
118 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc 7 #include "base/run_loop.h"
113 base::RunLoop run_loop; local
117 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
120 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
133 run_loop.Run();
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 5 #include "base/run_loop.h"
68 base::RunLoop run_loop; local
69 DistillPage(run_loop.QuitClosure(), "/simple_page.html");
70 run_loop.Run();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_browsertest.cc 6 #include "base/run_loop.h"
58 base::RunLoop run_loop; local
68 run_loop.QuitClosure(),
70 run_loop.Run();
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 8 #include "base/run_loop.h"
47 base::RunLoop run_loop; local
88 host->Start(run_loop.QuitClosure());
91 run_loop.Run();
  /external/chromium_org/apps/shell/
shell_browser_main_parts.cc 16 #include "base/run_loop.h"
130 base::RunLoop run_loop; local
131 run_loop.Run();
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection_unittest.cc 6 #include "base/run_loop.h"
106 base::RunLoop run_loop; local
107 resources_available_closure_ = run_loop.QuitClosure();
117 run_loop.Run();
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation_unittest.cc 10 #include "base/run_loop.h"
112 base::RunLoop run_loop; local
113 observer_.set_quit_closure(run_loop.QuitClosure());
115 run_loop.Run();

Completed in 860 milliseconds

1 2 3 4 5 6