Searched defs:max_log_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/metrics/
H A Dpersisted_logs.cc72 size_t max_log_size)
77 max_log_size_(max_log_size != 0 ? max_log_size : static_cast<size_t>(-1)),
68 PersistedLogs(PrefService* local_state, const char* pref_name, size_t min_log_count, size_t min_log_bytes, size_t max_log_size) argument
/external/chromium_org/third_party/cld/base/
H A Dlogging.h230 DECLARE_int32(max_log_size); variable
1292 // --max_log_size; keep the final 1MB. This function has the same

Completed in 86 milliseconds