Home | History | Annotate | Download | only in appcache

Lines Matching refs:stored_state_

305       stored_state_(UNSTORED) {
748 DCHECK(stored_state_ == UNSTORED);
749 stored_state_ = STORING;
767 DCHECK(stored_state_ == STORING);
769 stored_state_ = STORED;
1228 switch (stored_state_) {
1248 DCHECK(stored_state_ == STORED);