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

12 3 4 5 6

  /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/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/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/content/browser/renderer_host/media/
video_capture_host_unittest.cc 12 #include "base/run_loop.h"
244 base::RunLoop run_loop; local
247 message_loop_, run_loop.QuitClosure()));
255 run_loop.Run();
268 base::RunLoop run_loop; local
271 .WillOnce(ExitMessageLoop(message_loop_, run_loop.QuitClosure()));
280 run_loop.Run();
285 base::RunLoop run_loop; local
288 .WillOnce(ExitMessageLoop(message_loop_, run_loop.QuitClosure()));
294 run_loop.Run()
302 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/net/server/
http_server_unittest.cc 16 #include "base/run_loop.h"
49 bool RunLoopWithTimeout(base::RunLoop* run_loop) {
56 run_loop->QuitClosure()),
58 run_loop->Run();
71 base::RunLoop run_loop; local
74 run_loop.QuitClosure()));
78 if (!RunLoopWithTimeout(&run_loop))
153 base::RunLoop run_loop;
154 run_loop_quit_func_ = run_loop.QuitClosure();
155 bool success = RunLoopWithTimeout(&run_loop);
244 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/ui/base/x/
selection_requestor.cc 8 #include "base/run_loop.h"
59 base::RunLoop run_loop(base::MessagePumpAuraX11::Current());
63 quit_closure_ = run_loop.QuitClosure();
64 run_loop.Run();
  /external/chromium_org/content/public/test/
test_launcher.h 39 virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
test_utils.h 11 #include "base/run_loop.h"
34 void RunThisRunLoop(base::RunLoop* run_loop);
47 // tasks to run as opposed to run_loop->QuitClosure().
48 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop);
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/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::__anon16803::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/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 8 #include "base/run_loop.h"
166 base::RunLoop run_loop; local
173 run_loop.QuitClosure()));
174 run_loop.Run();
196 base::RunLoop run_loop; local
199 run_loop.QuitClosure(),
201 run_loop.Run();
360 base::RunLoop run_loop; local
365 base::Unretained(this), run_loop.QuitClosure()));
368 run_loop.Run()
387 base::RunLoop run_loop; local
421 base::RunLoop run_loop; local
447 base::RunLoop run_loop; local
649 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service_unittest.cc 10 #include "base/run_loop.h"
120 base::RunLoop run_loop; variable
124 AssignAndQuitCallback(&run_loop, &status));
125 run_loop.Run();
152 base::RunLoop run_loop; local
157 run_loop.QuitClosure(),
160 run_loop.Run();
166 base::RunLoop run_loop; local
170 AssignAndQuitCallback(&run_loop, &sync_status));
171 run_loop.Run()
289 base::RunLoop run_loop; local
320 base::RunLoop run_loop; local
372 base::RunLoop run_loop; local
409 base::RunLoop run_loop; local
439 base::RunLoop run_loop; local
490 base::RunLoop run_loop; local
530 base::RunLoop run_loop; local
549 base::RunLoop run_loop; local
    [all...]
  /external/chromium_org/ash/test/
ash_test_helper.cc 13 #include "base/run_loop.h"
95 base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
96 run_loop.RunUntilIdle();
  /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/browser/sync/test/integration/
dictionary_helper.cc 54 base::RunLoop run_loop;
55 DictionaryLoadObserver observer(content::GetQuitTaskForRunLoop(&run_loop));
58 content::RunThisRunLoop(&run_loop);
  /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/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 14 #include "base/run_loop.h"
99 base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
100 quit_closure_ = run_loop.QuitClosure();
101 run_loop.Run();
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 7 #include "base/run_loop.h"
110 base::RunLoop* run_loop() { return run_loop_.get(); } function in class:message_center::MessageCenterNotificationManagerTest
139 run_loop()->Run();
151 run_loop()->RunUntilIdle();
162 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/base/android/
activity_status_unittest.cc 11 #include "base/run_loop.h"
32 RunLoop run_loop; local
33 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/ui/views/
user_data_dir_dialog_view.cc 8 #include "base/run_loop.h"
110 base::RunLoop run_loop(dialog);
111 run_loop.Run();
  /external/chromium_org/ui/aura/test/
aura_test_helper.cc 8 #include "base/run_loop.h"
110 // use run_loop.QuitClosure().
111 base::RunLoop run_loop(Env::GetInstance()->GetDispatcher());
112 run_loop.RunUntilIdle();
  /external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc 7 #include "base/run_loop.h"
97 base::RunLoop run_loop(this);
98 run_loop.Run();
  /external/chromium_org/ui/views/focus/
focus_manager_unittest_win.cc 8 #include "base/run_loop.h"
220 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(&accelerator_handler));
221 run_loop->RunUntilIdle();
239 run_loop.reset(new base::RunLoop(&accelerator_handler));
240 run_loop->RunUntilIdle();
258 run_loop.reset(new base::RunLoop(&accelerator_handler));
259 run_loop->RunUntilIdle();
273 run_loop.reset(new base::RunLoop(&accelerator_handler));
274 run_loop->RunUntilIdle();

Completed in 1708 milliseconds

12 3 4 5 6