HomeSort by relevance Sort by last modified time
    Searched refs:host_mapping_rules_ (Results 1 - 2 of 2) 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

Completed in 119 milliseconds