OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_dictionary
(Results
1 - 1
of
1
) sorted by null
/external/chromium/base/
values.cc
349
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 64 milliseconds