Searched refs:run_depth (Results 1 – 6 of 6) sorted by relevance
212 if (state_->run_depth != 1) in ProcessNextDelayedNonNestableTask()309 return state_->run_depth > 1; in IsNested()327 if (pending_task.nestable || state_->run_depth == 1) { in DeferOrRunPendingTask()482 run_depth = previous_state_->run_depth + 1; in AutoRunState()484 run_depth = 1; in AutoRunState()
47 s.run_depth = state_ ? state_->run_depth + 1 : 1; in RunWithDispatcher()481 DCHECK(state_->run_depth == 1) << "Cannot nest an IO message loop!"; in WaitForWork()
174 state.run_depth = state_ ? state_->run_depth + 1 : 1; in RunWithDispatcher()
92 int run_depth; member
90 int run_depth; member
266 int run_depth; member