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 18 const HostMappingRules* HttpStreamFactory::host_mapping_rules_ = NULL; member in class:net::HttpStreamFactory
127 delete host_mapping_rules_;
128 host_mapping_rules_ = host_mapping_rules;
135 if (!host_mapping_rules_)
136 host_mapping_rules_ = new HostMappingRules;
137 return *host_mapping_rules_;
http_stream_factory.h 234 static const HostMappingRules* host_mapping_rules_; member in class:net::HttpStreamFactory
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 194 scoped_ptr<net::HostMappingRules> host_mapping_rules_; member in class:gcm::__anon11213::MCSProbe
302 host_mapping_rules_.reset(new net::HostMappingRules());
318 session_params.host_mapping_rules = host_mapping_rules_.get();

Completed in 130 milliseconds