Searched refs:cache_type_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc328 RecordWriteResult(cache_type_, WRITE_RESULT_LAZY_STREAM_ENTRY_DOOMED);
334 RecordWriteResult(cache_type_, WRITE_RESULT_LAZY_CREATE_FAILURE);
341 RecordWriteResult(cache_type_, WRITE_RESULT_LAZY_INITIALIZE_FAILURE);
354 RecordWriteResult(cache_type_, WRITE_RESULT_PRETRUNCATE_FAILURE);
363 RecordWriteResult(cache_type_, WRITE_RESULT_WRITE_FAILURE);
376 RecordWriteResult(cache_type_, WRITE_RESULT_TRUNCATE_FAILURE);
383 RecordWriteResult(cache_type_, WRITE_RESULT_SUCCESS);
614 RecordCheckEOFResult(cache_type_, CHECK_EOF_RESULT_CRC_MISMATCH);
618 RecordCheckEOFResult(cache_type_, CHECK_EOF_RESULT_SUCCESS);
631 RecordCloseResult(cache_type_, CLOSE_RESULT_WRITE_FAILUR
[all...]
H A Dsimple_index.cc144 cache_type_(cache_type),
296 "Eviction.CacheSizeOnStart2", cache_type_,
299 "Eviction.MaxCacheSizeOnStart2", cache_type_,
325 "Eviction.EntryCount", cache_type_, entry_hashes.size());
327 "Eviction.TimeToSelectEntries", cache_type_,
330 "Eviction.SizeOfEvicted2", cache_type_,
354 SIMPLE_CACHE_UMA(BOOLEAN, "Eviction.Result", cache_type_, result == net::OK);
356 "Eviction.TimeToDone", cache_type_,
359 "Eviction.SizeWhenDone2", cache_type_,
431 "IndexInitializationWaiters", cache_type_,
[all...]
H A Dsimple_entry_impl.cc173 cache_type_(cache_type),
229 "OpenEntryIndexState", cache_type_,
363 RecordReadResult(cache_type_, READ_RESULT_INVALID_ARGUMENT);
373 RecordReadResult(cache_type_, READ_RESULT_NONBLOCK_EMPTY_RETURN);
411 RecordWriteResult(cache_type_, WRITE_RESULT_INVALID_ARGUMENT);
420 RecordWriteResult(cache_type_, WRITE_RESULT_OVER_MAX_SIZE);
589 "EntryOperationsPending", cache_type_,
690 cache_type_,
739 cache_type_,
795 "CheckCRCResult", cache_type_,
[all...]
H A Dsimple_backend_impl.h61 net::CacheType cache_type() const { return cache_type_; }
189 const net::CacheType cache_type_; member in class:disk_cache::SimpleBackendImpl
H A Dsimple_backend_impl.cc233 cache_type_(cache_type),
240 MaybeHistogramFdLimit(cache_type_);
256 cache_type_,
258 cache_thread_, worker_pool_.get(), cache_type_, path_))));
260 base::Bind(&RecordIndexLoad, cache_type_, base::TimeTicks::Now()));
598 new SimpleEntryImpl(cache_type_, path_, entry_hash,
634 cache_type_, path_, entry_hash, entry_operations_mode_, this, net_log_);
717 SIMPLE_CACHE_UMA(BOOLEAN, "KeyMatchedOnOpen", cache_type_, key_matches);
H A Dsimple_index_file.cc243 cache_type_(cache_type),
257 cache_type_,
271 cache_type_,
H A Dsimple_index.h162 const net::CacheType cache_type_; member in class:disk_cache::SimpleIndex
H A Dsimple_index_file.h174 const net::CacheType cache_type_; member in class:disk_cache::SimpleIndexFile
H A Dsimple_entry_impl.h312 const net::CacheType cache_type_; member in class:disk_cache::SimpleEntryImpl
H A Dsimple_synchronous_entry.h311 const net::CacheType cache_type_; member in class:disk_cache::SimpleSynchronousEntry
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h119 return cache_type_;
258 net::CacheType cache_type_; member in class:disk_cache::BackendImplV3
H A Dbackend_worker_v3.cc136 cache_type_ != net::DISK_CACHE) {
143 new_eviction_ = (cache_type_ == net::DISK_CACHE);
154 if (!(user_flags_ & kNoRandom) && cache_type_ == net::DISK_CACHE &&
453 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain())
H A Dbackend_impl_v3.cc65 cache_type_(net::DISK_CACHE),
113 cache_type_ = type;
233 DCHECK_NE(cache_type_, net::MEMORY_CACHE);
234 return base::StringPrintf("DiskCache3.%s_%s", name, names[cache_type_]);
416 return cache_type_;
603 DCHECK_NE(net::APP_CACHE, cache_type_);
640 DCHECK_NE(net::APP_CACHE, cache_type_);
800 if (cache_type_ == net::DISK_CACHE && ShouldReportAgain())
1037 cache_type_ != net::DISK_CACHE) {
1044 new_eviction_ = (cache_type_
[all...]
H A Dbackend_impl.h182 return cache_type_;
381 net::CacheType cache_type_; member in class:disk_cache::BackendImpl
H A Dbackend_impl.cc123 cache_type_(net::DISK_CACHE),
150 cache_type_(net::DISK_CACHE),
223 cache_type_ != net::DISK_CACHE) {
230 new_eviction_ = (cache_type_ == net::DISK_CACHE);
241 if (!(user_flags_ & kNoRandom) && cache_type_ == net::DISK_CACHE &&
374 DCHECK_NE(net::APP_CACHE, cache_type_);
412 DCHECK_NE(net::APP_CACHE, cache_type_);
695 cache_type_ = type;
949 return base::StringPrintf("DiskCache.%d.%s", cache_type_, name);
950 return base::StringPrintf("DiskCache.%d.%s_%d", cache_type_,
[all...]

Completed in 481 milliseconds