Searched refs:GetCanonicalSuffix (Results 1 – 4 of 4) sorted by relevance
65 std::string GetCanonicalSuffix(const net::HostPortPair& server);
446 EXPECT_EQ(".c.youtube.com", impl_.GetCanonicalSuffix(test_host_port_pair)); in TEST_F()447 EXPECT_EQ(".c.youtube.com", impl_.GetCanonicalSuffix(canonical_port_pair)); in TEST_F()
218 std::string HttpServerPropertiesImpl::GetCanonicalSuffix( in GetCanonicalSuffix() function in net::HttpServerPropertiesImpl
617 http_server_properties_impl_->GetCanonicalSuffix(server); in UpdatePrefsFromCacheOnNetworkThread()