Home | History | Annotate | Download | only in task_manager

Lines Matching full:update_state_

76       update_state_(IDLE),
489 DCHECK_NE(TASK_PENDING, update_state_);
491 // If update_state_ is STOPPING, it means a task is still pending. Setting
493 if (update_state_ == IDLE) {
498 update_state_ = TASK_PENDING;
522 DCHECK_EQ(TASK_PENDING, update_state_);
523 update_state_ = STOPPING;
713 DCHECK_NE(IDLE, update_state_);
715 if (update_state_ == STOPPING) {
717 update_state_ = IDLE;
787 if (update_state_ != TASK_PENDING) {