IsInSupportedDomain   56 net/base/sdch_manager.cc   if (!SdchManager::Global()->IsInSupportedDomain(target_url))
IsInSupportedDomain   95 net/base/sdch_manager.cc   if (!SdchManager::Global()->IsInSupportedDomain(dictionary_url))
IsInSupportedDomain  153 net/base/sdch_manager.cc   if (!SdchManager::Global()->IsInSupportedDomain(referring_url))
IsInSupportedDomain  289 net/base/sdch_manager.h   bool IsInSupportedDomain(const GURL& url);
IsInSupportedDomain   50 net/base/sdch_manager_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(google_url));
IsInSupportedDomain   52 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(google_url));
IsInSupportedDomain   60 net/base/sdch_manager_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(test_url));
IsInSupportedDomain   61 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(google_url));
IsInSupportedDomain   64 net/base/sdch_manager_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(google_url));
IsInSupportedDomain   71 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(test_url));
IsInSupportedDomain   72 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(test2_url));
IsInSupportedDomain   74 net/base/sdch_manager_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(test2_url));
IsInSupportedDomain   84 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(gurl));
IsInSupportedDomain   97 net/base/sdch_manager_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(gurl));
IsInSupportedDomain   99 net/base/sdch_manager_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(gurl));
IsInSupportedDomain  113 net/base/sdch_manager_unittest.cc     EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(gurl));
IsInSupportedDomain  120 net/base/sdch_manager_unittest.cc     EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(gurl));
IsInSupportedDomain  375 net/filter/sdch_filter_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  377 net/filter/sdch_filter_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  635 net/filter/sdch_filter_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  636 net/filter/sdch_filter_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(wrong_domain_url));
IsInSupportedDomain  638 net/filter/sdch_filter_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(wrong_domain_url));
IsInSupportedDomain  686 net/filter/sdch_filter_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  688 net/filter/sdch_filter_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  749 net/filter/sdch_filter_unittest.cc   EXPECT_FALSE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  751 net/filter/sdch_filter_unittest.cc   EXPECT_TRUE(SdchManager::Global()->IsInSupportedDomain(GURL(url_string)));
IsInSupportedDomain  317 net/url_request/url_request_http_job.cc       SdchManager::Global()->IsInSupportedDomain(request_->url())) {
IsInSupportedDomain  476 net/url_request/url_request_http_job.cc         SdchManager::Global()->IsInSupportedDomain(request_->url());