Searched defs:child_dictionary (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dvalues.cc349 DictionaryValue* child_dictionary = NULL; local
350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
351 child_dictionary = new DictionaryValue;
352 current_dictionary->SetWithoutPathExpansion(key, child_dictionary);
355 current_dictionary = child_dictionary;
403 DictionaryValue* child_dictionary = NULL; local
405 current_path.substr(0, delimiter_position), &child_dictionary))
408 current_dictionary = child_dictionary;

Completed in 63 milliseconds