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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_usage_stats.cc 105 : 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) ||
data_reduction_proxy_auth_request_handler.cc 51 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(
data_reduction_proxy_usage_stats.h 129 DataReductionProxyParams* data_reduction_proxy_params_; member in class:data_reduction_proxy::DataReductionProxyUsageStats
data_reduction_proxy_auth_request_handler.h 150 DataReductionProxyParams* data_reduction_proxy_params_; member in class:data_reduction_proxy::DataReductionProxyAuthRequestHandler
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.cc 21 : data_reduction_proxy_params_(NULL),
69 data_reduction_proxy_params_,
aw_network_delegate.h 34 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/
chrome_network_delegate.cc 254 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_,
chrome_network_delegate.h 150 // |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/
profile_io_data.h 381 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 1111 milliseconds