Home | History | Annotate | Download | only in simple

Lines Matching refs:cache_type

72 void RecordReadResult(net::CacheType cache_type, ReadResult result) {
74 "ReadResult", cache_type, result, READ_RESULT_MAX);
77 void RecordWriteResult(net::CacheType cache_type, WriteResult result) {
79 "WriteResult2", cache_type, result, WRITE_RESULT_MAX);
84 void RecordHeaderSizeChange(net::CacheType cache_type,
88 SIMPLE_CACHE_UMA(COUNTS_10000, "HeaderSize", cache_type, new_size);
97 "HeaderSizeIncreaseAbsolute", cache_type, delta);
99 "HeaderSizeIncreasePercentage", cache_type,
105 "HeaderSizeDecreaseAbsolute", cache_type, delta);
107 "HeaderSizeDecreasePercentage", cache_type,
113 "HeaderSizeChange", cache_type,
117 void RecordUnexpectedStream0Write(net::CacheType cache_type) {
119 "HeaderSizeChange", cache_type,
125 void AdjustOpenEntryCountBy(net::CacheType cache_type, int offset) {
128 "GlobalOpenEntryCount", cache_type, g_open_entry_count);
166 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type,
173 cache_type_(cache_type),