Home
last modified time | relevance | path

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

/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_metrics.cc67 int64 https_length_with_data_reduction_enabled, in RecordDailyContentLengthHistograms() argument
116 DCHECK_GE(https_length_with_data_reduction_enabled, 0); in RecordDailyContentLengthHistograms()
119 https_length_with_data_reduction_enabled >> 10); in RecordDailyContentLengthHistograms()
122 (100 * https_length_with_data_reduction_enabled) / received_length); in RecordDailyContentLengthHistograms()