Home
last modified time | relevance | path

Searched defs:cache_type (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file.cc48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { in UmaRecordIndexFileState()
62 net::CacheType cache_type) { in UmaRecordIndexInitMethod()
186 void SimpleIndexFile::SyncWriteToDisk(net::CacheType cache_type, in SyncWriteToDisk()
240 net::CacheType cache_type, in SimpleIndexFile()
283 net::CacheType cache_type, in SyncLoadIndexEntries()
Dsimple_histogram_macros.h19 #define SIMPLE_CACHE_UMA(uma_type, uma_name, cache_type, ...) \ argument
Dsimple_backend_impl.h54 net::CacheType cache_type() const { return cache_type_; } in cache_type() function
Dsimple_synchronous_entry.cc88 void RecordSyncOpenResult(net::CacheType cache_type, in RecordSyncOpenResult()
105 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult()
110 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { in RecordCheckEOFResult()
116 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { in RecordCloseResult()
227 net::CacheType cache_type, in OpenEntry()
251 net::CacheType cache_type, in CreateEntry()
718 SimpleSynchronousEntry::SimpleSynchronousEntry(net::CacheType cache_type, in SimpleSynchronousEntry()
Dsimple_entry_impl.cc71 void RecordReadResult(net::CacheType cache_type, ReadResult result) { in RecordReadResult()
76 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult()
83 void RecordHeaderSizeChange(net::CacheType cache_type, in RecordHeaderSizeChange()
116 void RecordUnexpectedStream0Write(net::CacheType cache_type) { in RecordUnexpectedStream0Write()
124 void AdjustOpenEntryCountBy(net::CacheType cache_type, int offset) { in AdjustOpenEntryCountBy()
163 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, in SimpleEntryImpl()
Dsimple_backend_impl.cc84 void MaybeHistogramFdLimit(net::CacheType cache_type) { in MaybeHistogramFdLimit()
185 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad()
202 net::CacheType cache_type, in SimpleBackendImpl()
Dsimple_index.cc140 net::CacheType cache_type, in SimpleIndex()
/external/eigen/bench/
Dcheck_cache_queries.cpp59 int cache_type = 0; in main() local
/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.cc193 net::BackendType cache_type = net::CACHE_BACKEND_SIMPLE; in InitializeURLRequestContext() local
/external/chromium_org/net/disk_cache/v3/
Dbackend_impl_v3.h120 net::CacheType cache_type() const { in cache_type() function
/external/linux-tools-perf/util/
Dparse-events.c252 static int is_cache_op_valid(u8 cache_type, u8 cache_op) in is_cache_op_valid()
260 static char *event_cache_name(u8 cache_type, u8 cache_op, u8 cache_result) in event_cache_name()
325 u8 cache_type, cache_op, cache_result; in __event_name() local
384 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_generic_hw_event() local
/external/chromium_org/net/disk_cache/
Dbackend_impl.h179 net::CacheType cache_type() const { in cache_type() function
/external/chromium/net/disk_cache/
Dbackend_impl.h177 net::CacheType cache_type() const { in cache_type() function
/external/chromium_org/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc65 const net::CacheType cache_type; member
/external/chromium_org/components/nacl/browser/
Dpnacl_translation_cache.cc333 int PnaclTranslationCache::Init(net::CacheType cache_type, in Init()
/external/chromium_org/webkit/browser/appcache/
Dappcache_disk_cache.cc264 int AppCacheDiskCache::Init(net::CacheType cache_type, in Init()