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

  /external/chromium_org/components/translate/core/browser/
options_menu_model.cc 75 return translate_infobar_delegate_->IsSiteBlacklisted();
95 !translate_infobar_delegate_->IsSiteBlacklisted());
translate_ui_delegate.h 85 bool IsSiteBlacklisted();
translate_infobar_delegate.cc 158 bool TranslateInfoBarDelegate::IsSiteBlacklisted() {
159 return ui_delegate_.IsSiteBlacklisted();
163 if (ui_delegate_.IsSiteBlacklisted()) {
translate_infobar_delegate.h 133 virtual bool IsSiteBlacklisted();
translate_prefs.h 62 bool IsSiteBlacklisted(const std::string& site) const;
translate_ui_delegate.cc 219 bool TranslateUIDelegate::IsSiteBlacklisted() {
221 return !host.empty() && prefs_->IsSiteBlacklisted(host);
translate_manager.cc 174 if (translate_prefs->IsSiteBlacklisted(page_url.HostNoBrackets())) {
translate_prefs.cc 149 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const {
  /external/chromium_org/chrome/browser/ui/android/infobars/
translate_infobar.cc 101 if (never_translate_site && !delegate->IsSiteBlacklisted())
  /external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc     [all...]

Completed in 44 milliseconds