Home
last modified time | relevance | path

Searched defs:MapRule (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dhost_mapping_rules.cc16 struct HostMappingRules::MapRule { struct in net::HostMappingRules
17 MapRule() : replacement_port(-1) {} in MapRule() argument
19 std::string hostname_pattern;
20 std::string replacement_hostname;
21 int replacement_port;