HomeSort by relevance Sort by last modified time
    Searched refs:host_mapping_rules (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_stream_factory.cc 11 #include "net/base/host_mapping_rules.h"
75 host_mapping_rules().RewriteHost(&host_port);
90 if (host_mapping_rules().RewriteHost(endpoint)) {
125 HostMappingRules* host_mapping_rules = new HostMappingRules; local
126 host_mapping_rules->SetRulesFromString(rules);
128 host_mapping_rules_ = host_mapping_rules;
134 const HostMappingRules& HttpStreamFactory::host_mapping_rules() { function in class:net::HttpStreamFactory
http_stream_factory.h 232 static const HostMappingRules& host_mapping_rules();
  /external/chromium/
Android.mk 175 net/base/host_mapping_rules.cc \

Completed in 531 milliseconds