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

  /external/libchrome/base/
run_loop.h 78 // BeforeRun and AfterRun directly.
84 // BeforeRun directly.
89 bool BeforeRun();
run_loop.cc 28 if (!BeforeRun())
66 bool RunLoop::BeforeRun() {
  /external/libmojo/base/message_loop/
message_pump_android.cc 102 // Since the RunLoop was just created above, BeforeRun should be guaranteed to
104 if (!run_loop_->BeforeRun())

Completed in 218 milliseconds