HomeSort by relevance Sort by last modified time
    Searched refs:last_bypass_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_usage_stats.cc 106 last_bypass_type_(BYPASS_EVENT_TYPE_MAX),
167 last_bypass_type_ = type;
189 RecordBypassedBytes(last_bypass_type_,
196 RecordBypassedBytes(last_bypass_type_,
204 RecordBypassedBytes(last_bypass_type_,
213 RecordBypassedBytes(last_bypass_type_,
222 (last_bypass_type_ == BYPASS_EVENT_TYPE_SHORT ||
223 last_bypass_type_ == BYPASS_EVENT_TYPE_MEDIUM ||
224 last_bypass_type_ == BYPASS_EVENT_TYPE_LONG)) {
230 if (last_bypass_type_ == BYPASS_EVENT_TYPE_SHORT &
    [all...]
data_reduction_proxy_usage_stats.h 132 DataReductionProxyBypassType last_bypass_type_; member in class:data_reduction_proxy::DataReductionProxyUsageStats

Completed in 485 milliseconds