Searched refs:run_depth (Results 1 – 5 of 5) sorted by relevance
288 return state_->run_depth > 1; in IsNested()355 if (state_->run_depth != 1) in ProcessNextDelayedNonNestableTask()384 if (pending_task.nestable || state_->run_depth == 1) { in DeferOrRunPendingTask()636 run_depth = previous_state_->run_depth + 1; in AutoRunState()638 run_depth = 1; in AutoRunState()
135 int run_depth; member190 state.run_depth = state_ ? state_->run_depth + 1 : 1; in RunWithDispatcher()
46 s.run_depth = state_ ? state_->run_depth + 1 : 1; in RunWithDispatcher()486 DCHECK_EQ(1, state_->run_depth) << "Cannot nest an IO message loop!"; in WaitForWork()
92 int run_depth; member
337 int run_depth; member