HomeSort by relevance Sort by last modified time
    Searched refs:RunLoop (Results 1 - 25 of 828) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/
run_loop.h 28 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
29 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
31 class BASE_EXPORT RunLoop {
33 RunLoop();
35 explicit RunLoop(MessagePumpDispatcher* dispatcher);
37 ~RunLoop();
53 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
56 // RunLoop has already finished running has no effect.
65 // if the RunLoop instance is gone)
    [all...]
run_loop.cc 16 RunLoop::RunLoop()
31 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher)
44 RunLoop::~RunLoop() {
47 void RunLoop::Run() {
60 void RunLoop::RunUntilIdle() {
65 void RunLoop::Quit() {
68 // This is the inner-most RunLoop, so quit now
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_dispatcher_client.cc 24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
30 base::Bind(&base::RunLoop::Run, base::Owned(run_loop.release()));
  /external/chromium_org/mojo/examples/apptest/
example_service_impl.cc 17 RunLoop::current()->Quit();
22 RunLoop::current()->Quit();
example_client_impl.cc 15 RunLoop::current()->Quit();
example_apptest.cc 49 RunLoop::current()->Run();
59 RunLoop::current()->Quit();
68 RunLoop::current()->Run();
78 mojo::RunLoop loop;
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher.h 14 class RunLoop;
40 // Creates a base::RunLoop object to run a nested message loop.
41 virtual scoped_ptr<base::RunLoop> CreateRunLoop() = 0;
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 18 internal::ThreadLocalPointer<RunLoop> current_run_loop;
25 struct RunLoop::WaitState {
33 struct RunLoop::RunState {
39 RunLoop::RunLoop()
45 RunLoop::~RunLoop() {
52 void RunLoop::SetUp() {
57 void RunLoop::TearDown() {
63 RunLoop* RunLoop::current()
    [all...]
  /external/chromium_org/content/public/test/
frame_load_waiter.h 25 base::RunLoop run_loop_;
test_browser_thread_bundle.cc 26 base::RunLoop().RunUntilIdle();
33 base::RunLoop().RunUntilIdle();
35 base::RunLoop().RunUntilIdle();
37 base::RunLoop().RunUntilIdle();
39 base::RunLoop().RunUntilIdle();
41 base::RunLoop().RunUntilIdle();
43 base::RunLoop().RunUntilIdle();
45 base::RunLoop().RunUntilIdle();
50 base::RunLoop().RunUntilIdle();
52 base::RunLoop().RunUntilIdle()
    [all...]
test_launcher.h 16 class RunLoop;
38 virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
  /external/chromium_org/base/message_loop/
message_pump_android.h 17 class RunLoop;
37 RunLoop* run_loop_;
  /external/chromium_org/mojo/public/cpp/application/lib/
application_runner.cc 16 RunLoop::current()->Quit();
26 RunLoop loop;
  /external/chromium_org/chrome/browser/drive/
test_util.cc 33 base::RunLoop().RunUntilIdle();
45 base::RunLoop().RunUntilIdle();
57 base::RunLoop().RunUntilIdle();
69 base::RunLoop().RunUntilIdle();
81 base::RunLoop().RunUntilIdle();
93 base::RunLoop().RunUntilIdle();
105 base::RunLoop().RunUntilIdle();
117 base::RunLoop().RunUntilIdle();
127 base::RunLoop().RunUntilIdle();
137 base::RunLoop().RunUntilIdle()
    [all...]
  /external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc 42 base::RunLoop().RunUntilIdle();
47 base::RunLoop().RunUntilIdle();
68 base::RunLoop().RunUntilIdle();
80 base::RunLoop().RunUntilIdle();
93 base::RunLoop().RunUntilIdle();
99 base::RunLoop().RunUntilIdle();
104 base::RunLoop().RunUntilIdle();
  /external/chromium_org/content/browser/quota/
quota_manager_unittest.cc 90 base::RunLoop().RunUntilIdle();
478 base::RunLoop().RunUntilIdle();
507 base::RunLoop().RunUntilIdle();
513 base::RunLoop().RunUntilIdle();
520 base::RunLoop().RunUntilIdle();
528 base::RunLoop().RunUntilIdle();
533 base::RunLoop().RunUntilIdle();
538 base::RunLoop().RunUntilIdle();
542 base::RunLoop().RunUntilIdle();
546 base::RunLoop().RunUntilIdle()
    [all...]
  /external/chromium_org/dbus/
object_proxy_unittest.cc 38 void OnServiceIsAvailable(scoped_ptr<base::RunLoop>* run_loop,
46 scoped_ptr<base::RunLoop> run_loop;
51 base::RunLoop().RunUntilIdle();
61 run_loop.reset(new base::RunLoop);
65 run_loop.reset(new base::RunLoop);
  /external/chromium_org/mojo/public/cpp/utility/
run_loop.h 18 class RunLoop {
20 RunLoop();
21 ~RunLoop();
23 // Sets up state needed for RunLoop. This must be invoked before creating a
24 // RunLoop.
30 // Returns the RunLoop for the current thread. Returns NULL if not yet
32 static RunLoop* current();
55 // current thread's RunLoop.
73 // See description of |RunLoop::next_handler_id_| for details.
150 MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoop);
    [all...]
  /external/chromium_org/cc/base/
unique_notifier_unittest.cc 43 base::RunLoop().RunUntilIdle();
50 base::RunLoop().RunUntilIdle();
57 base::RunLoop().RunUntilIdle();
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_test_base.cc 15 void ProfileResetterMockObject::RunLoop() {
41 mock_object_.RunLoop();
54 mock_object_.RunLoop();
  /external/chromium_org/sync/internal_api/attachments/
task_queue_unittest.cc 35 void RunLoop() {
36 base::RunLoop run_loop;
52 RunLoop();
57 RunLoop();
64 RunLoop();
70 RunLoop();
82 RunLoop();
88 RunLoop();
94 RunLoop();
111 RunLoop();
    [all...]
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 58 RunLoop::SetUp();
61 RunLoop::TearDown();
71 RunLoop run_loop;
81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
90 RunLoop* run_loop_;
95 // Verifies RunLoop quits when no more handles (handle is removed when ready).
101 RunLoop run_loop;
117 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
126 RunLoop* run_loop_;
137 RunLoop run_loop
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
process_singleton_dialog_linux.cc 25 base::RunLoop().RunUntilIdle();
  /external/chromium_org/chrome/renderer/media/
cast_session_browsertest.cc 29 base::RunLoop().RunUntilIdle();
  /external/chromium_org/content/browser/webui/
web_ui_mojo_browsertest.cc 65 explicit BrowserTargetImpl(base::RunLoop* run_loop) : run_loop_(run_loop) {}
75 base::RunLoop* run_loop_;
83 explicit PingBrowserTargetImpl(base::RunLoop* run_loop)
93 // Quit the RunLoop when called.
106 TestWebUIController(WebUI* web_ui, base::RunLoop* run_loop)
116 base::RunLoop* run_loop_;
127 PingTestWebUIController(WebUI* web_ui, base::RunLoop* run_loop)
153 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; }
175 base::RunLoop* run_loop_;
221 base::RunLoop run_loop
    [all...]

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>