Searched refs:SetSupportsSpdy (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_impl_unittest.cc73 impl_.SetSupportsSpdy(spdy_server_google, true);
82 impl_.SetSupportsSpdy(spdy_server_docs, true);
91 TEST_F(SpdyServerPropertiesTest, SetSupportsSpdy) {
93 impl_.SetSupportsSpdy(spdy_server_empty, true);
99 impl_.SetSupportsSpdy(spdy_server_google, true);
103 impl_.SetSupportsSpdy(spdy_server_google, false);
109 impl_.SetSupportsSpdy(spdy_server_mail, true);
117 impl_.SetSupportsSpdy(spdy_server_google, true);
119 impl_.SetSupportsSpdy(spdy_server_mail, true);
138 impl_.SetSupportsSpdy(spdy_server_empt
[all...]
H A Dhttp_server_properties.h81 virtual void SetSupportsSpdy(const HostPortPair& server,
H A Dhttp_server_properties_impl.h86 virtual void SetSupportsSpdy(const HostPortPair& server,
H A Dhttp_server_properties_impl.cc142 void HttpServerPropertiesImpl::SetSupportsSpdy( function in class:net::HttpServerPropertiesImpl
H A Dhttp_stream_factory_impl_job.cc1126 http_server_properties->SetSupportsSpdy(host_port_pair, true);
/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager.h96 virtual void SetSupportsSpdy(const net::HostPortPair& server,
H A Dhttp_server_properties_manager_unittest.cc240 // Post an update task to the IO thread. SetSupportsSpdy calls
246 http_server_props_manager_->SetSupportsSpdy(spdy_server_mail, true);
408 http_server_props_manager_->SetSupportsSpdy(spdy_server_mail, true);
H A Dhttp_server_properties_manager.cc141 void HttpServerPropertiesManager::SetSupportsSpdy( function in class:chrome_browser_net::HttpServerPropertiesManager
146 http_server_properties_impl_->SetSupportsSpdy(server, support_spdy);
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc241 http_server_properties_.SetSupportsSpdy(

Completed in 710 milliseconds