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

  /external/chromium_org/components/translate/core/browser/
translate_prefs.h 142 bool IsValueInList(const base::ListValue* list,
translate_prefs.cc 527 bool TranslatePrefs::IsValueInList(const base::ListValue* list,
540 return (blacklist && !blacklist->empty() && IsValueInList(blacklist, value));

Completed in 33 milliseconds