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

  /external/chromium/net/http/
http_alternate_protocols.cc 50 return ContainsKey(protocol_map_, http_host_port_pair) ||
66 ProtocolMap::const_iterator it = protocol_map_.find(http_host_port_pair);
67 if (it != protocol_map_.end())
114 protocol_map_[http_host_port_pair] = alternate;
119 protocol_map_[http_host_port_pair].protocol = BROKEN;
http_alternate_protocols.h 71 const ProtocolMap& protocol_map() const { return protocol_map_; }
80 ProtocolMap protocol_map_; member in class:net::HttpAlternateProtocols

Completed in 30 milliseconds