Searched refs:min_log_count_ (Results 1 – 2 of 2) sorted by relevance
75 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()
112 const size_t min_log_count_; variable