Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc67 first_trim_ = true; in Init()
166 if (first_trim_) { in ReportTrimTimes()
167 first_trim_ = false; in ReportTrimTimes()
Deviction.h71 bool first_trim_; variable