HomeSort by relevance Sort by last modified time
    Searched defs:IsSiteBlacklisted (Results 1 - 4 of 4) 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 168 bool TranslateInfoBarDelegate::IsSiteBlacklisted() {
170 return !host.empty() && prefs_.IsSiteBlacklisted(host);
178 if (prefs_.IsSiteBlacklisted(host)) {
translate_prefs.cc 121 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const {

Completed in 77 milliseconds