Searched refs:allow_running_for_testing_ (Results 1 – 2 of 2) sorted by relevance
236 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()
200 bool allow_running_for_testing_ = true; variable