Home | History | Annotate | Download | only in http

Lines Matching refs:WRITE

163   // We could still have a cache read or write in progress, so we just null the
198 mode_ = WRITE;
205 if (mode_ & WRITE) {
318 DCHECK(mode_ & WRITE);
335 case WRITE:
388 if (mode_ == WRITE) {
438 mode_ = WRITE;
516 if (mode_ == WRITE) {
543 // o if we can read or write, then we should check if the cache entry needs
561 case WRITE:
570 DCHECK(mode_ & WRITE);
772 // LOAD_DISABLE_CACHE : no cache read or write
912 // either READ or WRITE mode once we hear back from the server.
914 mode_ = WRITE;
973 mode_ = WRITE;
997 if (mode_ & WRITE) {
1051 DCHECK(mode_ & WRITE || mode_ == NONE);
1065 DCHECK(mode_ & WRITE || mode_ == NONE);
1078 DCHECK(mode_ & WRITE || mode_ == NONE);
1092 DCHECK(mode_ & WRITE || mode_ == NONE);
1164 // We don't want to switch to WRITE mode if we don't have this block of a
1288 if (mode_ & WRITE) {
1289 DoneWritingToEntry(mode_ != WRITE);
1359 DLOG(ERROR) << "failed to write response data to cache";
1398 // When writing headers, we normally only write the non-transient
1427 DLOG(ERROR) << "failed to write response info to cache";
1477 DCHECK(mode_ & WRITE || mode_ == NONE);
1544 (partial_->IsLastRange() || mode_ == WRITE)))
1592 mode_ = WRITE;