Searched refs:SupportsSpdy (Results 1 – 9 of 9) sorted by relevance
46 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 …]
211 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() argument253 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()
88 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
159 virtual bool SupportsSpdy(const HostPortPair& server) = 0;
78 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
137 bool HttpServerPropertiesManager::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesManager140 return http_server_properties_impl_->SupportsSpdy(server); in SupportsSpdy()
173 bool HttpServerPropertiesImpl::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesImpl
141 http_server_properties->SupportsSpdy(origin_server)) { in Preconnect()
523 if (!http_server_properties.SupportsSpdy(host_port_pair) && in ClassifyRequest()628 if (http_server_properties.SupportsSpdy(host_port_pair)) { in ShouldStartRequest()