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

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

Completed in 96 milliseconds