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 …]
134 virtual bool SupportsSpdy(const HostPortPair& server) = 0;
76 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
161 bool HttpServerPropertiesImpl::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesImpl
144 http_server_properties->SupportsSpdy(origin_server)) { in Preconnect()
198 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy( in TEST_F()200 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy( in TEST_F()202 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy( in TEST_F()222 TEST_F(HttpServerPropertiesManagerTest, SupportsSpdy) { in TEST_F() argument230 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()236 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()379 EXPECT_TRUE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()401 EXPECT_FALSE(http_server_props_manager_->SupportsSpdy(spdy_server_mail)); in TEST_F()
91 virtual bool SupportsSpdy(const net::HostPortPair& server) OVERRIDE;
148 bool HttpServerPropertiesManager::SupportsSpdy( in SupportsSpdy() function in chrome_browser_net::HttpServerPropertiesManager151 return http_server_properties_impl_->SupportsSpdy(server); in SupportsSpdy()
341 if (!http_server_properties.SupportsSpdy(host_port_pair)) { in IsDelayableRequest()426 if (http_server_properties.SupportsSpdy(host_port_pair)) { in ShouldStartRequest()