Home
last modified time | relevance | path

Searched refs:SupportsSpdy (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/http/
Dhttp_server_properties_impl_unittest.cc46 EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
51 EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
57 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
76 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
77 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_docs)); in TEST_F()
82 EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_empty)); in TEST_F()
87 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
91 EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_mail)); in TEST_F()
96 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_docs)); in TEST_F()
99 EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google)); in TEST_F()
[all …]
Dhttp_server_properties_manager_unittest.cc211 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy( in TEST_F()
213 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy( in TEST_F()
215 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy( in TEST_F()
245 TEST_F(HttpServerPropertiesManagerTest, SupportsSpdy) { in TEST_F() argument
253 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()
259 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()
423 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()
449 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()
Dhttp_server_properties_manager.h88 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
Dhttp_server_properties.h159 virtual bool SupportsSpdy(const HostPortPair& server) = 0;
Dhttp_server_properties_impl.h78 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
Dhttp_server_properties_manager.cc137 bool HttpServerPropertiesManager::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesManager
140 return http_server_properties_impl_->SupportsSpdy(server); in SupportsSpdy()
Dhttp_server_properties_impl.cc173 bool HttpServerPropertiesImpl::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesImpl
Dhttp_stream_factory_impl_job.cc141 http_server_properties->SupportsSpdy(origin_server)) { in Preconnect()
/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc523 if (!http_server_properties.SupportsSpdy(host_port_pair) && in ClassifyRequest()
628 if (http_server_properties.SupportsSpdy(host_port_pair)) { in ShouldStartRequest()