OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYBACK
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
250
record_mode ? net::HttpCache::RECORD : net::HttpCache::
PLAYBACK
);
331
record_mode ? net::HttpCache::RECORD : net::HttpCache::
PLAYBACK
);
/external/chromium/net/http/
http_cache.h
67
// Record mode caches everything for purposes of offline
playback
.
69
//
Playback
mode replays from a cache without considering any
71
PLAYBACK
,
http_cache_transaction.cc
783
if (cache_->mode() ==
PLAYBACK
)
784
DVLOG(1) << "
Playback
Cache Miss: " << request_->url;
[
all
...]
Completed in 92 milliseconds