Searched defs:IsSiteBlacklisted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/translate/core/browser/
H A Dtranslate_infobar_delegate.cc156 bool TranslateInfoBarDelegate::IsSiteBlacklisted() { function in class:TranslateInfoBarDelegate
157 return ui_delegate_.IsSiteBlacklisted();
161 if (ui_delegate_.IsSiteBlacklisted()) {
H A Dtranslate_ui_delegate.cc216 bool TranslateUIDelegate::IsSiteBlacklisted() { function in class:TranslateUIDelegate
218 return !host.empty() && prefs_->IsSiteBlacklisted(host);
H A Dtranslate_prefs.cc140 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const { function in class:TranslatePrefs

Completed in 108 milliseconds