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

  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_chrome_configurator.cc 114 std::string host_pattern; local
116 host_pattern = pattern.substr(0, pos);
118 host_pattern = pattern;
120 AddHostPatternToBypass(host_pattern);
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission_unittest.cc 64 std::string host_pattern)
65 : operation_type(operation_type), host_pattern(host_pattern) {}
71 return host_pattern < rhs.host_pattern;
78 host_pattern == rhs.host_pattern;
82 std::string host_pattern; member in struct:extensions::__anon12827::CheckFormatEntry
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_config_service.cc 184 std::string host_pattern; local
186 host_pattern = pattern.substr(0, pos);
188 host_pattern = pattern;
190 AddHostPatternToBypass(host_pattern);
  /external/chromium_org/net/dns/
mock_host_resolver.cc 230 std::string host_pattern; member in struct:net::RuleBasedHostResolverProc::Rule
238 const std::string& host_pattern,
245 host_pattern(host_pattern),
257 void RuleBasedHostResolverProc::AddRule(const std::string& host_pattern,
259 AddRuleForAddressFamily(host_pattern, ADDRESS_FAMILY_UNSPECIFIED,
264 const std::string& host_pattern,
271 host_pattern,
281 const std::string& host_pattern,
287 DCHECK(!ParseIPLiteralToNumber(host_pattern, &ip_number))
    [all...]

Completed in 456 milliseconds