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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.cc 193 std::string probe_url = command_line.GetSwitchValueASCII( local
212 if (probe_url.empty())
213 probe_url = GetDefaultProbeURL();
222 probe_url_ = GURL(probe_url);
data_reduction_proxy_settings_test_utils.cc 228 const std::string& probe_url,
240 SetProbeResult(probe_url,
255 const std::string& probe_url,
261 SetProbeResult(probe_url,
data_reduction_proxy_settings_test_utils.h 127 const std::string& probe_url,
134 void CheckProbeOnIPChange(const std::string& probe_url,
data_reduction_proxy_params.h 118 const GURL& probe_url() const { function in class:data_reduction_proxy::DataReductionProxyParams
data_reduction_proxy_params_unittest.cc 135 EXPECT_EQ(GURL(expected_probe_url), params.probe_url());
data_reduction_proxy_settings.cc 617 return GetBaseURLFetcher(params_->probe_url(),
  /external/chromium_org/tools/perf/measurements/
chrome_proxy.py 176 probe_url = GetResponseOverrideURL(
180 '--data-reduction-proxy-probe-url=%s' % probe_url)
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 404 (request->url() != data_reduction_proxy_params_->probe_url()) &&

Completed in 998 milliseconds