Searched refs:IsValueInList (Results 1 – 2 of 2) sorted by relevance
142 bool IsValueInList(const base::ListValue* list,
527 bool TranslatePrefs::IsValueInList(const base::ListValue* list, in IsValueInList() function in translate::TranslatePrefs540 return (blacklist && !blacklist->empty() && IsValueInList(blacklist, value)); in IsValueBlacklisted()