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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_usage_stats_unittest.cc 38 IsDataReductionProxy,
148 EXPECT_CALL(mock_params_, IsDataReductionProxy(testing::_, testing::_))
181 EXPECT_CALL(mock_params_, IsDataReductionProxy(testing::_, testing::_))
211 EXPECT_CALL(mock_params_, IsDataReductionProxy(testing::_, testing::_))
data_reduction_proxy_params.h 129 virtual bool IsDataReductionProxy(
data_reduction_proxy_params.cc 312 return IsDataReductionProxy(request->proxy_server(), proxy_info);
315 bool DataReductionProxyParams::IsDataReductionProxy(
379 return !IsDataReductionProxy(result.proxy_server().host_port_pair(), NULL);
data_reduction_proxy_params_unittest.cc 531 TEST_F(DataReductionProxyParamsTest, IsDataReductionProxy) {
714 params.IsDataReductionProxy(
data_reduction_proxy_auth_request_handler.cc 224 data_reduction_proxy_params_->IsDataReductionProxy(proxy_server, NULL) &&
data_reduction_proxy_protocol.cc 151 params->IsDataReductionProxy(
data_reduction_proxy_usage_stats.cc 266 data_reduction_proxy_params_->IsDataReductionProxy(
  /external/chromium_org/content/browser/appcache/
appcache_update_job.cc 25 bool IsDataReductionProxy(const net::HostPortPair& proxy_server) {
163 IsDataReductionProxy(request->proxy_server())) {
    [all...]

Completed in 1421 milliseconds