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

  /external/chromium_org/components/translate/core/browser/
translate_prefs.h 139 bool IsValueBlacklisted(const char* pref_id, const std::string& value) const;
translate_prefs.cc 119 return IsValueBlacklisted(kPrefTranslateBlockedLanguages,
150 return IsValueBlacklisted(kPrefTranslateSiteBlacklist, site);
537 bool TranslatePrefs::IsValueBlacklisted(const char* pref_id,

Completed in 32 milliseconds