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

  /external/libchrome/base/message_loop/
message_loop.h 323 bool nesting_allowed() const { return allow_nesting_; }
327 void DisallowNesting() { allow_nesting_ = false; }
478 bool allow_nesting_ = true; member in class:base::MessageLoop
message_loop.cc 219 CHECK(allow_nesting_);
225 CHECK(allow_nesting_);
262 CHECK(allow_nesting_);
386 CHECK(allow_nesting_ || run_loop_->run_depth_ == 1);

Completed in 239 milliseconds