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

  /external/chromium_org/net/http/
http_server_properties_impl.cc 43 AlternateProtocolMap* alternate_protocol_map) {
46 alternate_protocol_map_.swap(*alternate_protocol_map);
48 alternate_protocol_map->begin();
49 it != alternate_protocol_map->end(); ++it) {
224 HttpServerPropertiesImpl::alternate_protocol_map() const { function in class:net::HttpServerPropertiesImpl
http_server_properties_impl_unittest.cc 209 AlternateProtocolMap alternate_protocol_map; local
213 alternate_protocol_map[test_host_port_pair2] = port_alternate_protocol_pair;
214 impl_.InitializeAlternateProtocolServers(&alternate_protocol_map);
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 181 HttpServerPropertiesManager::alternate_protocol_map() const { function in class:chrome_browser_net::HttpServerPropertiesManager
183 return http_server_properties_impl_->alternate_protocol_map();
310 scoped_ptr<net::AlternateProtocolMap> alternate_protocol_map(
377 DCHECK(!ContainsKey(*alternate_protocol_map, server));
411 (*alternate_protocol_map)[server] = port_alternate_protocol;
423 base::Owned(alternate_protocol_map.release()),
431 net::AlternateProtocolMap* alternate_protocol_map,
449 alternate_protocol_map->size());
451 alternate_protocol_map);
499 net::AlternateProtocolMap* alternate_protocol_map local
    [all...]

Completed in 55 milliseconds