Home
last modified time | relevance | path

Searched refs:IsSiteBlacklisted (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/components/translate/core/browser/
Doptions_menu_model.cc75 return translate_infobar_delegate_->IsSiteBlacklisted(); in IsCommandIdChecked()
95 !translate_infobar_delegate_->IsSiteBlacklisted()); in IsCommandIdEnabled()
Dtranslate_infobar_delegate.cc158 bool TranslateInfoBarDelegate::IsSiteBlacklisted() { in IsSiteBlacklisted() function in translate::TranslateInfoBarDelegate
159 return ui_delegate_.IsSiteBlacklisted(); in IsSiteBlacklisted()
163 if (ui_delegate_.IsSiteBlacklisted()) { in ToggleSiteBlacklist()
Dtranslate_ui_delegate.cc219 bool TranslateUIDelegate::IsSiteBlacklisted() { in IsSiteBlacklisted() function in translate::TranslateUIDelegate
221 return !host.empty() && prefs_->IsSiteBlacklisted(host); in IsSiteBlacklisted()
Dtranslate_ui_delegate.h85 bool IsSiteBlacklisted();
Dtranslate_prefs.h62 bool IsSiteBlacklisted(const std::string& site) const;
Dtranslate_infobar_delegate.h133 virtual bool IsSiteBlacklisted();
Dtranslate_manager.cc174 if (translate_prefs->IsSiteBlacklisted(page_url.HostNoBrackets())) { in InitiateTranslation()
Dtranslate_prefs.cc149 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const { in IsSiteBlacklisted() function in translate::TranslatePrefs
/external/chromium_org/chrome/browser/translate/
Dtranslate_manager_render_view_host_unittest.cc1173 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()
/external/chromium_org/chrome/browser/ui/android/infobars/
Dtranslate_infobar.cc101 if (never_translate_site && !delegate->IsSiteBlacklisted()) in ApplyTranslateOptions()
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dtranslate_infobar_unittest.mm62 virtual bool IsSiteBlacklisted() OVERRIDE { return false; }