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

/external/chromium_org/base/
H A Dvalues.cc385 DictionaryValue* child_dictionary = NULL; local
386 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
387 child_dictionary = new DictionaryValue;
388 current_dictionary->SetWithoutPathExpansion(key, child_dictionary);
391 current_dictionary = child_dictionary;
466 const DictionaryValue* child_dictionary = NULL; local
468 current_path.substr(0, delimiter_position), &child_dictionary))
471 current_dictionary = child_dictionary;

Completed in 1851 milliseconds