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.h134 virtual bool SupportsSpdy(const HostPortPair& server) = 0;
Dhttp_server_properties_impl.h76 virtual bool SupportsSpdy(const HostPortPair& server) OVERRIDE;
Dhttp_server_properties_impl.cc161 bool HttpServerPropertiesImpl::SupportsSpdy( in SupportsSpdy() function in net::HttpServerPropertiesImpl
Dhttp_stream_factory_impl_job.cc144 http_server_properties->SupportsSpdy(origin_server)) { in Preconnect()
/external/chromium_org/chrome/browser/net/
Dhttp_server_properties_manager_unittest.cc198 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() argument
230 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()
Dhttp_server_properties_manager.h91 virtual bool SupportsSpdy(const net::HostPortPair& server) OVERRIDE;
Dhttp_server_properties_manager.cc148 bool HttpServerPropertiesManager::SupportsSpdy( in SupportsSpdy() function in chrome_browser_net::HttpServerPropertiesManager
151 return http_server_properties_impl_->SupportsSpdy(server); in SupportsSpdy()
/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc341 if (!http_server_properties.SupportsSpdy(host_port_pair)) { in IsDelayableRequest()
426 if (http_server_properties.SupportsSpdy(host_port_pair)) { in ShouldStartRequest()