HomeSort by relevance Sort by last modified time
    Searched refs:PLAYBACK (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_cache.h 54 // Record mode caches everything for purposes of offline playback.
56 // Playback mode replays from a cache without considering any
58 PLAYBACK,
http_cache_transaction.cc 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
    [all...]

Completed in 25 milliseconds