HomeSort by relevance Sort by last modified time
    Searched refs:IsSiteBlacklisted (Results 1 - 15 of 15) 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_org/chrome/browser/translate/
options_menu_model.cc 73 return translate_infobar_delegate_->IsSiteBlacklisted();
93 !translate_infobar_delegate_->IsSiteBlacklisted());
translate_infobar_delegate.h 134 virtual bool IsSiteBlacklisted();
translate_prefs.h 46 bool IsSiteBlacklisted(const std::string& site) const;
translate_infobar_delegate.cc 168 bool TranslateInfoBarDelegate::IsSiteBlacklisted() {
170 return !host.empty() && prefs_.IsSiteBlacklisted(host);
178 if (prefs_.IsSiteBlacklisted(host)) {
translate_manager_browsertest.cc     [all...]
translate_prefs.cc 121 bool TranslatePrefs::IsSiteBlacklisted(const std::string& site) const {
translate_manager.cc 395 if (translate_prefs.IsSiteBlacklisted(page_url.HostNoBrackets())) {
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_preferences_sync_test.cc 440 ASSERT_FALSE(translate_client0_prefs.IsSiteBlacklisted(host));
442 ASSERT_TRUE(translate_client0_prefs.IsSiteBlacklisted(host));
445 ASSERT_TRUE(translate_client1_prefs.IsSiteBlacklisted(host));
448 ASSERT_FALSE(translate_client0_prefs.IsSiteBlacklisted(host));
451 ASSERT_FALSE(translate_client1_prefs.IsSiteBlacklisted(host));
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1272 milliseconds