Searched refs:https_www_server (Results 1 – 1 of 1) sorted by relevance
/external/cronet/net/http/ |
D | http_server_properties_unittest.cc | 157 url::SchemeHostPort https_www_server("https", "www.google.com", 443); in TEST_F() local 167 impl_.SetSupportsSpdy(https_www_server, NetworkAnonymizationKey(), true); in TEST_F() 171 impl_.GetSupportsSpdy(https_www_server, NetworkAnonymizationKey())); in TEST_F() 172 EXPECT_TRUE(impl_.SupportsRequestPriority(https_www_server, in TEST_F() 196 impl_.SetSupportsSpdy(https_www_server, NetworkAnonymizationKey(), false); in TEST_F() 199 impl_.GetSupportsSpdy(https_www_server, NetworkAnonymizationKey())); in TEST_F() 200 EXPECT_FALSE(impl_.SupportsRequestPriority(https_www_server, in TEST_F()
|