Searched refs:data_reduction_proxy_enabled (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_chrome_settings.cc47 bool data_reduction_proxy_enabled) {
50 data_reduction_proxy_enabled ? "true" : "false");
46 RegisterSyntheticFieldTrial( bool data_reduction_proxy_enabled) argument
H A Ddata_reduction_proxy_chrome_settings.h54 // the group |data_reduction_proxy_enabled|.
55 void RegisterSyntheticFieldTrial(bool data_reduction_proxy_enabled);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats.h72 const BooleanPrefMember& data_reduction_proxy_enabled,
96 // Given |data_reduction_proxy_enabled|, a |request|, and the
98 // |request| into UMAs based on bypass type. |data_reduction_proxy_enabled|
102 const BooleanPrefMember& data_reduction_proxy_enabled,
H A Ddata_reduction_proxy_usage_stats.cc173 const BooleanPrefMember& data_reduction_proxy_enabled,
175 RecordBypassedBytesHistograms(request, data_reduction_proxy_enabled,
182 const BooleanPrefMember& data_reduction_proxy_enabled,
186 if (data_reduction_proxy_enabled.GetValue() &&
202 if (data_reduction_proxy_enabled.GetValue() &&
210 if (data_reduction_proxy_enabled.GetValue() &&
171 RecordBytesHistograms( net::URLRequest* request, const BooleanPrefMember& data_reduction_proxy_enabled, const net::ProxyConfig& data_reduction_proxy_config) argument
180 RecordBypassedBytesHistograms( net::URLRequest* request, const BooleanPrefMember& data_reduction_proxy_enabled, const net::ProxyConfig& data_reduction_proxy_config) argument
H A Ddata_reduction_proxy_config_service_unittest.cc92 void EnableDataReductionProxy(bool data_reduction_proxy_enabled) { argument
93 config_service_->enabled_ = data_reduction_proxy_enabled;
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.h137 BooleanPrefMember* data_reduction_proxy_enabled) {
138 data_reduction_proxy_enabled_ = data_reduction_proxy_enabled;
136 set_data_reduction_proxy_enabled_pref( BooleanPrefMember* data_reduction_proxy_enabled) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc166 // TODO(kundaji): Remove data_reduction_proxy_enabled pref for incognito.
168 io_data_->data_reduction_proxy_enabled()->Init(
171 io_data_->data_reduction_proxy_enabled()->MoveToThread(
H A Dprofile_impl_io_data.cc359 io_data_->data_reduction_proxy_enabled()->Init(
361 io_data_->data_reduction_proxy_enabled()->MoveToThread(
H A Dprofile_io_data.h188 BooleanPrefMember* data_reduction_proxy_enabled() const { function in class:ProfileIOData

Completed in 117 milliseconds