Home
last modified time | relevance | path

Searched refs:IsDictionaryEmpty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/translate/core/browser/
Dtranslate_prefs.h145 bool IsDictionaryEmpty(const char* pref_id) const;
Dtranslate_prefs.cc215 return !IsDictionaryEmpty(kPrefTranslateWhitelists); in HasWhitelistedLanguagePairs()
573 bool TranslatePrefs::IsDictionaryEmpty(const char* pref_id) const { in IsDictionaryEmpty() function in translate::TranslatePrefs