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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.cc 272 std::string probe_url = command_line.GetSwitchValueASCII( local
293 if (probe_url.empty())
294 probe_url = GetDefaultProbeURL();
303 probe_url_ = GURL(probe_url);
data_reduction_proxy_params.h 186 const GURL& probe_url() const { function in class:data_reduction_proxy::DataReductionProxyParams

Completed in 270 milliseconds