HomeSort by relevance Sort by last modified time
    Searched refs:QuitWhenIdle (Results 1 - 14 of 14) sorted by null

  /external/libchrome/base/
run_loop.h 37 // MessageLoop asynchronously. MessageLoop::QuitWhenIdle and QuitNow will also
48 // Quit() quits an earlier call to Run() immediately. QuitWhenIdle() quits an
53 // and QuitWhenIdle() can be called before, during or after Run(). If called
55 // QuitWhenIdle() after the RunLoop has already finished running has no
58 // WARNING: You must NEVER assume that a call to Quit() or QuitWhenIdle() will
63 void QuitWhenIdle();
66 // QuitWhenIdle() (has no effect if the RunLoop instance is gone).
105 // Used to record that QuitWhenIdle() was called on the MessageLoop, meaning
run_loop.cc 57 void RunLoop::QuitWhenIdle() {
67 return base::Bind(&RunLoop::QuitWhenIdle, weak_factory_.GetWeakPtr());
  /external/libmojo/mojo/android/system/
base_run_loop.cc 43 reinterpret_cast<base::MessageLoop*>(runLoopID)->QuitWhenIdle();
  /external/libmojo/base/android/
java_handler_thread.cc 80 static_cast<MessageLoopForUI*>(message_loop_.get())->QuitWhenIdle();
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 312 MessageLoop::current()->QuitWhenIdle();
324 MessageLoop::current()->QuitWhenIdle();
354 // to 0, and MessageLoop::QuitWhenIdle() will never be called.
470 MessageLoop::current()->QuitWhenIdle();
503 MessageLoop::current()->QuitWhenIdle();
message_loop_unittest.cc 150 MessageLoop::current()->QuitWhenIdle();
171 MessageLoop::current()->QuitWhenIdle();
334 MessageLoop::current()->QuitWhenIdle();
475 MessageLoop::current()->QuitWhenIdle();
735 MessageLoop::current()->QuitWhenIdle();
738 MessageLoop::current()->QuitWhenIdle();
887 Bind(&MessageLoop::QuitWhenIdle, Unretained(MessageLoop::current())));
965 MessageLoop::current()->QuitWhenIdle();
    [all...]
message_loop.cc 229 void MessageLoop::QuitWhenIdle() {
232 run_loop_->QuitWhenIdle();
234 NOTREACHED() << "Must be inside Run to call QuitWhenIdle";
252 MessageLoop::current()->QuitWhenIdle();
message_loop.h 193 void QuitWhenIdle();
202 // Construct a Closure that will call QuitWhenIdle(). Useful to schedule an
203 // arbitrary MessageLoop to QuitWhenIdle.
message_loop_test.cc 78 MessageLoop::current()->QuitWhenIdle();
115 Bind(&MessageLoop::QuitWhenIdle, Unretained(MessageLoop::current())));
360 MessageLoop::current()->QuitWhenIdle();
529 MessageLoop::current()->QuitWhenIdle();
    [all...]
message_loop_task_runner_unittest.cc 85 MessageLoop::current()->QuitWhenIdle();
  /system/bt/service/example/heart_rate/
server_main.cc 137 main_loop.QuitWhenIdle();
  /system/bt/service/test/
ipc_linux_unittest.cc 137 base::MessageLoop::current()->QuitWhenIdle();
143 base::MessageLoop::current()->QuitWhenIdle();
  /external/libchrome/base/threading/
thread.cc 34 // MessageLoop::QuitWhenIdle() is called directly, which is unexpected when
348 // Assert that RunLoop::QuitWhenIdle was called by ThreadQuitHelper. Don't
362 run_loop_->QuitWhenIdle();
  /external/libchrome/base/timer/
timer_unittest.cc 683 MessageLoop::current()->QuitWhenIdle();
688 MessageLoop::current()->QuitWhenIdle();

Completed in 350 milliseconds