Searched refs:supported_traits (Results 1 – 1 of 1) sorted by relevance
266 const base::ListValue* supported_traits = nullptr; in ParseCommandInstance() local267 if (component->GetList("traits", &supported_traits)) { in ParseCommandInstance()268 for (const base::Value* value : *supported_traits) { in ParseCommandInstance()492 const base::ListValue* supported_traits = nullptr; in FindComponentWithTrait() local495 if (component->GetList("traits", &supported_traits)) { in FindComponentWithTrait()496 for (const base::Value* value : *supported_traits) { in FindComponentWithTrait()