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

  /external/libchrome/base/
run_loop.cc 16 run_depth_(0),
76 run_depth_ = previous_run_loop_? previous_run_loop_->run_depth_ + 1 : 1;
79 if (run_depth_ > 1)
run_loop.h 98 int run_depth_; member in class:base::RunLoop
  /external/libchrome/base/message_loop/
message_loop.cc 349 return run_loop_->run_depth_ > 1;
461 if (run_loop_->run_depth_ != 1)
502 if (pending_task.nestable || run_loop_->run_depth_ == 1) {

Completed in 181 milliseconds