OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_cache_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
diskcache.cc
62
DiskCache::DiskCache() :
max_cache_
(0), total_size_(0), total_accessors_(0) {
74
max_cache_
= size;
105
if ((total_size_ >
max_cache_
) && !CheckLimit()) {
226
while (total_size_ >
max_cache_
) {
diskcache.h
87
size_t
max_cache_
, total_size_;
member in class:rtc::DiskCache
Completed in 3809 milliseconds