Home | History | Annotate | Download | only in http

Lines Matching refs:PLAYBACK

448   if (cache_->mode() == PLAYBACK)
449 DLOG(INFO) << "Playback Cache Miss: " << request_->url;
761 case PLAYBACK:
762 // When in playback mode, we want to load exclusively from the cache.
868 // When using the record/playback modes, we always use the cache
870 if (cache_->mode() == RECORD || cache_->mode() == PLAYBACK)
1107 // In playback mode, nothing requires validation.
1108 PLAYBACK)