Home
last modified time | relevance | path

Searched refs:ClearAlternateProtocol (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/http/
Dhttp_server_properties_manager.h121 virtual void ClearAlternateProtocol(const HostPortPair& server) OVERRIDE;
Dhttp_server_properties.h191 virtual void ClearAlternateProtocol(const HostPortPair& server) = 0;
Dhttp_server_properties_impl.h110 virtual void ClearAlternateProtocol(const HostPortPair& server) OVERRIDE;
Dhttp_server_properties_impl.cc348 void HttpServerPropertiesImpl::ClearAlternateProtocol( in ClearAlternateProtocol() function in net::HttpServerPropertiesImpl
498 ClearAlternateProtocol(entry.server); in ExpireBrokenAlternateProtocolMappings()
Dhttp_server_properties_manager.cc197 void HttpServerPropertiesManager::ClearAlternateProtocol( in ClearAlternateProtocol() function in net::HttpServerPropertiesManager
200 http_server_properties_impl_->ClearAlternateProtocol(server); in ClearAlternateProtocol()
Dhttp_server_properties_impl_unittest.cc391 impl_.ClearAlternateProtocol(test_host_port_pair); in TEST_F()
461 impl_.ClearAlternateProtocol(canonical_port_pair); in TEST_F()
/external/chromium_org/net/quic/
Dquic_stream_factory.cc1030 http_server_properties_->ClearAlternateProtocol(server); in ProcessGoingAwaySession()