Searched refs:IsSiteBlacklisted (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/translate/core/browser/
H A Doptions_menu_model.cc75 return translate_infobar_delegate_->IsSiteBlacklisted();
95 !translate_infobar_delegate_->IsSiteBlacklisted());
H A Dtranslate_ui_delegate.h85 bool IsSiteBlacklisted();
H A Dtranslate_infobar_delegate.cc158 bool TranslateInfoBarDelegate::IsSiteBlacklisted() { function in class:translate::TranslateInfoBarDelegate
159 return ui_delegate_.IsSiteBlacklisted();
163 if (ui_delegate_.IsSiteBlacklisted()) {
H A Dtranslate_ui_delegate.cc219 bool TranslateUIDelegate::IsSiteBlacklisted() { function in class:translate::TranslateUIDelegate
221 return !host.empty() && prefs_->IsSiteBlacklisted(host);
H A Dtranslate_infobar_delegate.h133 virtual bool IsSiteBlacklisted();
H A Dtranslate_prefs.h62 bool IsSiteBlacklisted(const std::string& site) const;
H A Dtranslate_manager.cc174 if (translate_prefs->IsSiteBlacklisted(page_url.HostNoBrackets())) {
H A Dtranslate_prefs.cc149 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const { function in class:translate::TranslatePrefs
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dtranslate_infobar.cc101 if (never_translate_site && !delegate->IsSiteBlacklisted())
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_unittest.cc1173 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host()));
1189 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host()));
1222 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(host));
1229 EXPECT_TRUE(translate_prefs->IsSiteBlacklisted(host));
1244 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(host));
1335 EXPECT_TRUE(translate_prefs->IsSiteBlacklisted(url.host()));
1369 EXPECT_FALSE(translate_prefs->IsSiteBlacklisted(url.host()));

Completed in 3950 milliseconds