Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc390 DictionaryValue* child_dictionary = NULL; in Set() local
391 if (!current_dictionary->GetDictionary(key, &child_dictionary)) { in Set()
392 child_dictionary = new DictionaryValue; in Set()
393 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set()
396 current_dictionary = child_dictionary; in Set()
473 const DictionaryValue* child_dictionary = NULL; in Get() local
476 &child_dictionary)) { in Get()
480 current_dictionary = child_dictionary; in Get()