Home
last modified time | relevance | path

Searched refs:IsInSupportedDomain (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/base/
Dsdch_manager_unittest.cc82 EXPECT_FALSE(sdch_manager()->IsInSupportedDomain(google_url)); in TEST_F()
84 EXPECT_TRUE(sdch_manager()->IsInSupportedDomain(google_url)); in TEST_F()
92 EXPECT_FALSE(sdch_manager()->IsInSupportedDomain(test_url)); in TEST_F()
93 EXPECT_TRUE(sdch_manager()->IsInSupportedDomain(google_url)); in TEST_F()
96 EXPECT_FALSE(sdch_manager()->IsInSupportedDomain(google_url)); in TEST_F()
103 EXPECT_TRUE(sdch_manager()->IsInSupportedDomain(test_url)); in TEST_F()
104 EXPECT_TRUE(sdch_manager()->IsInSupportedDomain(test2_url)); in TEST_F()
106 EXPECT_FALSE(sdch_manager()->IsInSupportedDomain(test2_url)); in TEST_F()
116 EXPECT_TRUE(sdch_manager()->IsInSupportedDomain(gurl)); in TEST_F()
129 EXPECT_FALSE(sdch_manager()->IsInSupportedDomain(gurl)); in TEST_F()
[all …]
Dsdch_manager.cc354 bool SdchManager::IsInSupportedDomain(const GURL& url) { in IsInSupportedDomain() function in net::SdchManager
440 if (!IsInSupportedDomain(referring_url)) in GetVcdiffDictionary()
456 if (!IsInSupportedDomain(target_url)) in GetAvailDictionaryList()
583 if (!IsInSupportedDomain(dictionary_url_normalized)) in AddSdchDictionary()
Dsdch_manager.h306 bool IsInSupportedDomain(const GURL& url);
/external/chromium_org/net/filter/
Dsdch_filter_unittest.cc415 EXPECT_FALSE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
417 EXPECT_TRUE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
670 EXPECT_TRUE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
671 EXPECT_FALSE(sdch_manager_->IsInSupportedDomain(wrong_domain_url)); in TEST_F()
673 EXPECT_TRUE(sdch_manager_->IsInSupportedDomain(wrong_domain_url)); in TEST_F()
726 EXPECT_FALSE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
728 EXPECT_TRUE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
792 EXPECT_FALSE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
794 EXPECT_TRUE(sdch_manager_->IsInSupportedDomain(GURL(url_string))); in TEST_F()
/external/chromium_org/net/url_request/
Durl_request_http_job.cc323 if (sdch_manager && sdch_manager->IsInSupportedDomain(request_->url())) { in NotifyHeadersComplete()
491 sdch_manager->IsInSupportedDomain(request_->url()); in AddExtraHeaders()