Home
last modified time | relevance | path

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

/external/chromium_org/components/metrics/
Dpersisted_logs.cc75 min_log_count_(min_log_count), in PersistedLogs()
81 DCHECK(min_log_count_ > 0 || min_log_bytes_ > 0); in PersistedLogs()
128 saved_log_count >= min_log_count_) { in WriteLogsToPrefList()
Dpersisted_logs.h112 const size_t min_log_count_; variable