Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues.cc349 DictionaryValue* child_dictionary = NULL; in Set() local
350 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() local
405 current_path.substr(0, delimiter_position), &child_dictionary)) in Get()
408 current_dictionary = child_dictionary; in Get()