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

1 2 3 4

  /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/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/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/remoting/host/setup/win/
host_configurer.cc 11 #include "base/run_loop.h"
59 base::RunLoop run_loop; local
60 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/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/ui/views/test/
views_test_base.cc 7 #include "base/run_loop.h"
59 base::RunLoop run_loop; local
61 run_loop.set_dispatcher(aura::Env::GetInstance()->GetDispatcher());
63 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_watcher_unittest.cc 10 #include "base/run_loop.h"
127 base::RunLoop run_loop; local
131 &run_loop,
144 run_loop.Run();
  /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/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"
116 base::RunLoop run_loop; local
117 run_loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc 7 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
109 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
112 .WillRepeatedly(InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
125 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();
  /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/chromeos/drive/file_system/
get_file_for_saving_operation_unittest.cc 10 #include "base/run_loop.h"
105 base::RunLoop run_loop; local
106 observer_.set_quit_closure(run_loop.QuitClosure());
108 run_loop.Run();
  /external/chromium_org/chrome/browser/google_apis/
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();
  /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/content/browser/devtools/
devtools_http_handler_unittest.cc 6 #include "base/run_loop.h"
103 base::RunLoop run_loop, run_loop_2; local
106 new DummyListenSocketFactory(run_loop.QuitClosure(),
112 run_loop.Run();
  /external/chromium_org/content/public/test/
test_navigation_observer.cc 9 #include "base/run_loop.h"
96 base::RunLoop run_loop; local
98 base::Bind(&base::RunLoop::Run, base::Unretained(&run_loop)),
99 GetQuitTaskForRunLoop(&run_loop));
  /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_org/sync/notifier/
non_blocking_invalidator_unittest.cc 11 #include "base/run_loop.h"
70 base::RunLoop run_loop; local
75 run_loop.QuitClosure()));
76 run_loop.Run();
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 9 #include "base/run_loop.h"
39 base::RunLoop* run_loop() const { return run_loop_.get(); } function in class:message_center::__anon16801::MessageCenterImplTest
99 run_loop()->Run();
110 run_loop()->RunUntilIdle();
122 run_loop()->RunUntilIdle();
134 run_loop()->RunUntilIdle();
147 run_loop()->Run();
164 run_loop()->Run();
182 run_loop()->Run();
202 run_loop()->Run()
    [all...]
  /external/chromium_org/base/android/
activity_status_unittest.cc 11 #include "base/run_loop.h"
32 RunLoop run_loop; local
33 run_loop.RunUntilIdle();

Completed in 1718 milliseconds

1 2 3 4