Searched refs:exception_list_value (Results 1 – 1 of 1) sorted by relevance
735 const base::ListValue* exception_list_value = NULL; in GetEntryFromValue() local736 if (value->GetList("exceptions", &exception_list_value)) { in GetEntryFromValue()737 for (size_t i = 0; i < exception_list_value->GetSize(); ++i) { in GetEntryFromValue()739 if (!exception_list_value->GetDictionary(i, &exception_value)) { in GetEntryFromValue()