Searched refs:task_execution_allowed_ (Results 1 – 3 of 3) sorted by relevance
398 if (application_tasks_allowed && !task_execution_allowed_) { in Run()401 task_execution_allowed_ = true; in Run()403 task_execution_allowed_ = false; in Run()444 DCHECK(task_execution_allowed_); in RunTask()447 task_execution_allowed_ = false; in RunTask()458 task_execution_allowed_ = true; in RunTask()490 if (!task_execution_allowed_) in DoWork()532 if (!task_execution_allowed_) { in DoDelayedWork()625 } else if (task_execution_allowed_) { in DoIdleWork()
84 current_->task_execution_allowed_ = allowed; in SetNestableTasksAllowed()89 return current_->task_execution_allowed_; in NestableTasksAllowed()
308 bool task_execution_allowed_ = true; variable