Searched refs:IsSiteBlacklisted (Results 1 – 11 of 11) sorted by relevance
75 return translate_infobar_delegate_->IsSiteBlacklisted(); in IsCommandIdChecked()95 !translate_infobar_delegate_->IsSiteBlacklisted()); in IsCommandIdEnabled()
158 bool TranslateInfoBarDelegate::IsSiteBlacklisted() { in IsSiteBlacklisted() function in translate::TranslateInfoBarDelegate159 return ui_delegate_.IsSiteBlacklisted(); in IsSiteBlacklisted()163 if (ui_delegate_.IsSiteBlacklisted()) { in ToggleSiteBlacklist()
219 bool TranslateUIDelegate::IsSiteBlacklisted() { in IsSiteBlacklisted() function in translate::TranslateUIDelegate221 return !host.empty() && prefs_->IsSiteBlacklisted(host); in IsSiteBlacklisted()
85 bool IsSiteBlacklisted();
62 bool IsSiteBlacklisted(const std::string& site) const;
133 virtual bool IsSiteBlacklisted();
174 if (translate_prefs->IsSiteBlacklisted(page_url.HostNoBrackets())) { in InitiateTranslation()
149 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const { in IsSiteBlacklisted() function in translate::TranslatePrefs
1173 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host())); in TEST_F()1189 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host())); in TEST_F()1222 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(host)); in TEST_F()1229 EXPECT_TRUE(translate_prefs->IsSiteBlacklisted(host)); in TEST_F()1244 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(host)); in TEST_F()1335 EXPECT_TRUE(translate_prefs->IsSiteBlacklisted(url.host())); in TEST_F()1369 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host())); in TEST_F()
101 if (never_translate_site && !delegate->IsSiteBlacklisted()) in ApplyTranslateOptions()
62 virtual bool IsSiteBlacklisted() OVERRIDE { return false; }