Searched refs:task_execution_allowed_ (Results 1 – 3 of 3) sorted by relevance
400 if (application_tasks_allowed && !task_execution_allowed_) { in Run()403 task_execution_allowed_ = true; in Run()405 task_execution_allowed_ = false; in Run()446 DCHECK(task_execution_allowed_); in RunTask()449 task_execution_allowed_ = false; in RunTask()460 task_execution_allowed_ = true; in RunTask()492 if (!task_execution_allowed_) in DoWork()534 if (!task_execution_allowed_) { in DoDelayedWork()627 } 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