Home
last modified time | relevance | path

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

/external/chromium_org/gpu/config/
Dgpu_control_list.cc735 const base::ListValue* exception_list_value = NULL; in GetEntryFromValue() local
736 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()