Searched refs:child_dictionary (Results 1 – 1 of 1) sorted by relevance
390 DictionaryValue* child_dictionary = NULL; in Set() local391 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() local476 &child_dictionary)) { in Get()480 current_dictionary = child_dictionary; in Get()