Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc746 Value* child_dictionary = in Set() local
748 if (!child_dictionary) { in Set()
749 child_dictionary = in Set()
753 current_dictionary = child_dictionary; in Set()
813 const DictionaryValue* child_dictionary = nullptr; in Get() local
815 current_path.substr(0, delimiter_position), &child_dictionary)) { in Get()
819 current_dictionary = child_dictionary; in Get()