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

  /external/chromium/chrome/browser/translate/
options_menu_model.cc 68 return translate_infobar_delegate_->IsSiteBlacklisted();
88 !translate_infobar_delegate_->IsSiteBlacklisted());
translate_prefs.h 31 bool IsSiteBlacklisted(const std::string& site);
translate_infobar_delegate.h 106 virtual bool IsSiteBlacklisted();
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)) {
translate_manager_browsertest.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 3707 milliseconds