HomeSort by relevance Sort by last modified time
    Searched defs:IsSiteBlacklisted (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/translate/
translate_prefs.cc 42 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) {
142 if (prefs.IsSiteBlacklisted(url.HostNoBrackets()))
translate_infobar_delegate.cc 152 bool TranslateInfoBarDelegate::IsSiteBlacklisted() {
154 return !host.empty() && prefs_.IsSiteBlacklisted(host);
162 if (prefs_.IsSiteBlacklisted(host)) {
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 138 bool TranslateInfoBarDelegate::IsSiteBlacklisted() {
139 return ui_delegate_.IsSiteBlacklisted();
143 if (ui_delegate_.IsSiteBlacklisted()) {
translate_ui_delegate.cc 210 bool TranslateUIDelegate::IsSiteBlacklisted() {
212 return !host.empty() && prefs_->IsSiteBlacklisted(host);
translate_prefs.cc 138 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const {

Completed in 219 milliseconds