Home | History | Annotate | Download | only in sync

Lines Matching refs:state_

25     : state_(IDLE), service_(service), manager_(manager),
38 return state_ >= DISABLING_TYPES;
58 state_ = WAITING_TO_START;
63 state_ = DISABLING_TYPES;
77 state_ = WAITING_TO_START;
83 if (state_ != WAITING_FOR_PURGE)
97 state_ = REENABLING_TYPES;
110 if (state_ == IDLE)
128 if (state_ == WAITING_TO_START || state_ == WAITING_FOR_PURGE ||
129 (state_ == DISABLING_TYPES && !intersection.empty())) {
130 state_ = WAITING_TO_START;
152 state_ = IDLE;
157 if (state_ == DISABLING_TYPES) {
158 state_ = WAITING_FOR_PURGE;
160 } else if (state_ == REENABLING_TYPES) {
162 state_ = IDLE;
173 return state_;