Home
last modified time | relevance | path

Searched refs:allow_running_for_testing_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Drun_loop.cc236 current_delegate_ ? current_delegate_->allow_running_for_testing_ in ScopedDisallowRunningForTesting()
239 current_delegate_->allow_running_for_testing_ = false; in ScopedDisallowRunningForTesting()
245 current_delegate_->allow_running_for_testing_ = previous_run_allowance_; in ~ScopedDisallowRunningForTesting()
261 DCHECK(delegate_->allow_running_for_testing_) in BeforeRun()
Drun_loop.h200 bool allow_running_for_testing_ = true; variable