Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dprivet_handler.cc321 const base::DictionaryValue* sub_components = nullptr; in CloneComponent() local
322 CHECK(it.value().GetAsDictionary(&sub_components)); in CloneComponent()
324 it.key(), CloneComponentTree(*sub_components, filter).release()); in CloneComponent()