Searched refs:child_dictionary (Results 1 – 1 of 1) sorted by relevance
349 DictionaryValue* child_dictionary = NULL; in Set() local350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) { in Set()351 child_dictionary = new DictionaryValue; in Set()352 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set()355 current_dictionary = child_dictionary; in Set()403 DictionaryValue* child_dictionary = NULL; in Get() local405 current_path.substr(0, delimiter_position), &child_dictionary)) in Get()408 current_dictionary = child_dictionary; in Get()