Home
last modified time | relevance | path

Searched refs:first_trim_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/v3/
Deviction_v3.h62 bool first_trim_; variable
Deviction_v3.cc88 first_trim_ = true; in Init()
416 if (first_trim_) { in ReportTrimTimes()
417 first_trim_ = false; in ReportTrimTimes()
/external/chromium/net/disk_cache/
Deviction.h78 bool first_trim_; variable
Deviction.cc80 first_trim_ = true; in Init()
228 if (first_trim_) { in ReportTrimTimes()
229 first_trim_ = false; in ReportTrimTimes()
/external/chromium_org/net/disk_cache/
Deviction.h79 bool first_trim_; variable
Deviction.cc89 first_trim_ = true; in Init()
251 if (first_trim_) { in ReportTrimTimes()
252 first_trim_ = false; in ReportTrimTimes()