Home
last modified time | relevance | path

Searched refs:buffer_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dbackend_impl.h166 return buffer_bytes_; in GetTotalBuffersSize()
357 int buffer_bytes_; // Total size of the temporary entries' buffers. variable
Dbackend_impl.cc445 buffer_bytes_ = 0; in SyncInit()
1007 if (buffer_bytes_ + to_add > MaxBuffersSize()) in IsAllocAllowed()
1010 buffer_bytes_ += to_add; in IsAllocAllowed()
1011 CACHE_UMA(COUNTS_50000, "BufferBytes", 0, buffer_bytes_ / 1024); in IsAllocAllowed()
1016 buffer_bytes_ -= size; in BufferDeleted()