Searched defs:probe_url (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc272 std::string probe_url = command_line.GetSwitchValueASCII( local
293 if (probe_url.empty())
294 probe_url = GetDefaultProbeURL();
303 probe_url_ = GURL(probe_url);
H A Ddata_reduction_proxy_params.h186 const GURL& probe_url() const { function in class:data_reduction_proxy::DataReductionProxyParams
H A Ddata_reduction_proxy_settings_test_utils.cc213 const std::string& probe_url,
224 SetProbeResult(probe_url,
238 const std::string& probe_url,
243 SetProbeResult(probe_url,
211 CheckProbe( bool initially_enabled, const std::string& probe_url, const std::string& response, bool request_succeeded, bool expected_enabled, bool expected_restricted, bool expected_fallback_restricted) argument
237 CheckProbeOnIPChange( const std::string& probe_url, const std::string& response, bool request_succeeded, bool expected_restricted, bool expected_fallback_restricted) argument

Completed in 150 milliseconds