OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allow_nesting_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/message_loop/
message_loop.cc
219
CHECK(
allow_nesting_
);
225
CHECK(
allow_nesting_
);
262
CHECK(
allow_nesting_
);
386
CHECK(
allow_nesting_
|| run_loop_->run_depth_ == 1);
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
Completed in 97 milliseconds