Searched refs:alternate_protocol_map (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.h124 virtual const AlternateProtocolMap& alternate_protocol_map() const OVERRIDE;
196 AlternateProtocolMap* alternate_protocol_map,
225 AlternateProtocolMap* alternate_protocol_map,
H A Dhttp_server_properties_manager.cc205 HttpServerPropertiesManager::alternate_protocol_map() const { function in class:net::HttpServerPropertiesManager
207 return http_server_properties_impl_->alternate_protocol_map();
356 scoped_ptr<net::AlternateProtocolMap> alternate_protocol_map(
434 DCHECK(alternate_protocol_map->Peek(server) ==
435 alternate_protocol_map->end());
480 alternate_protocol_map->Put(server, port_alternate_protocol);
518 base::Owned(alternate_protocol_map.release()),
527 net::AlternateProtocolMap* alternate_protocol_map,
546 alternate_protocol_map->size());
548 alternate_protocol_map);
524 UpdateCacheFromPrefsOnNetworkThread( StringVector* spdy_servers, net::SpdySettingsMap* spdy_settings_map, net::AlternateProtocolMap* alternate_protocol_map, net::AlternateProtocolExperiment alternate_protocol_experiment, net::SupportsQuicMap* supports_quic_map, bool detected_corrupted_prefs) argument
605 net::AlternateProtocolMap* alternate_protocol_map = local
669 UpdatePrefsOnPrefThread( base::ListValue* spdy_server_list, net::SpdySettingsMap* spdy_settings_map, net::AlternateProtocolMap* alternate_protocol_map, net::SupportsQuicMap* supports_quic_map, const base::Closure& completion) argument
[all...]
H A Dhttp_server_properties_impl.cc53 AlternateProtocolMap* alternate_protocol_map) {
67 alternate_protocol_map->rbegin();
68 it != alternate_protocol_map->rend(); ++it) {
358 HttpServerPropertiesImpl::alternate_protocol_map() const { function in class:net::HttpServerPropertiesImpl
52 InitializeAlternateProtocolServers( AlternateProtocolMap* alternate_protocol_map) argument
H A Dhttp_server_properties_impl_unittest.cc293 AlternateProtocolMap alternate_protocol_map(
296 alternate_protocol_map.Put(test_host_port_pair2,
300 alternate_protocol_map.Put(test_host_port_pair3,
302 impl_.InitializeAlternateProtocolServers(&alternate_protocol_map);
305 const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
329 const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
349 const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
H A Dhttp_server_properties.h194 virtual const AlternateProtocolMap& alternate_protocol_map() const = 0;
H A Dhttp_server_properties_impl.h113 virtual const AlternateProtocolMap& alternate_protocol_map() const OVERRIDE;
H A Dhttp_server_properties_manager_unittest.cc73 net::AlternateProtocolMap* alternate_protocol_map,
80 net::AlternateProtocolMap* alternate_protocol_map,
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1332 http_server_properties.alternate_protocol_map();

Completed in 931 milliseconds