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 128 bool IsValueInList(const base::ListValue* list,
translate_prefs.cc 491 bool TranslatePrefs::IsValueInList(const base::ListValue* list,
504 return (blacklist && !blacklist->empty() && IsValueInList(blacklist, value));

Completed in 867 milliseconds