OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setbrokenalternateprotocol
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/http/
http_server_properties.h
109
virtual void
SetBrokenAlternateProtocol
(const HostPortPair& server) = 0;
http_server_properties_impl.cc
187
LOG(DFATAL) << "Call
SetBrokenAlternateProtocol
() instead.";
218
void HttpServerPropertiesImpl::
SetBrokenAlternateProtocol
(
http_server_properties_impl.h
104
virtual void
SetBrokenAlternateProtocol
(const HostPortPair& server) OVERRIDE;
http_server_properties_impl_unittest.cc
205
impl_.
SetBrokenAlternateProtocol
(test_host_port_pair1);
229
impl_.
SetBrokenAlternateProtocol
(test_host_port_pair);
http_stream_factory_impl_job.cc
[
all
...]
/external/chromium_org/chrome/browser/net/
http_server_properties_manager.h
115
virtual void
SetBrokenAlternateProtocol
(
http_server_properties_manager.cc
173
void HttpServerPropertiesManager::
SetBrokenAlternateProtocol
(
176
http_server_properties_impl_->
SetBrokenAlternateProtocol
(server);
/external/chromium_org/net/quic/
quic_stream_factory.cc
379
http_server_properties_->
SetBrokenAlternateProtocol
(it->first);
Completed in 101 milliseconds