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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats.cc105 : data_reduction_proxy_params_(params),
126 data_reduction_proxy_params_->WasDataReductionProxyUsed(request, NULL)) {
195 if (data_reduction_proxy_params_->WasDataReductionProxyUsed(request, NULL)) {
211 data_reduction_proxy_params_->IsBypassedByDataReductionProxyLocalRules(
253 if (data_reduction_proxy_params_->AreDataReductionProxiesBypassed(*request,
266 data_reduction_proxy_params_->IsDataReductionProxy(
419 if (!data_reduction_proxy_params_->WasDataReductionProxyUsed(request, NULL) ||
H A Ddata_reduction_proxy_auth_request_handler.cc51 data_reduction_proxy_params_(params),
63 data_reduction_proxy_params_(params),
223 if (data_reduction_proxy_params_ &&
224 data_reduction_proxy_params_->IsDataReductionProxy(proxy_server, NULL) &&
226 data_reduction_proxy_params_->ssl_origin()).Equals(
H A Ddata_reduction_proxy_usage_stats.h129 DataReductionProxyParams* data_reduction_proxy_params_; member in class:data_reduction_proxy::DataReductionProxyUsageStats
H A Ddata_reduction_proxy_auth_request_handler.h150 DataReductionProxyParams* data_reduction_proxy_params_; member in class:data_reduction_proxy::DataReductionProxyAuthRequestHandler
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc21 : data_reduction_proxy_params_(NULL),
69 data_reduction_proxy_params_,
H A Daw_network_delegate.h34 data_reduction_proxy_params_ = params;
90 data_reduction_proxy::DataReductionProxyParams* data_reduction_proxy_params_; member in class:android_webview::AwNetworkDelegate
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc254 data_reduction_proxy_params_(NULL),
364 if (data_reduction_proxy_params_) {
366 (request->url() != data_reduction_proxy_params_->probe_url()) &&
367 (request->url() != data_reduction_proxy_params_->warmup_url());
443 data_reduction_proxy_params_, result);
492 data_reduction_proxy_params_,
H A Dchrome_network_delegate.h150 // |data_reduction_proxy_params_| must outlive this ChromeNetworkDelegate.
153 data_reduction_proxy_params_ = params;
327 // |data_reduction_proxy_params_| must outlive this ChromeNetworkDelegate.
328 data_reduction_proxy::DataReductionProxyParams* data_reduction_proxy_params_; member in class:ChromeNetworkDelegate
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h381 return data_reduction_proxy_params_.get();
387 data_reduction_proxy_params_ = data_reduction_proxy_params.Pass();
653 data_reduction_proxy_params_; member in class:ProfileIOData

Completed in 437 milliseconds