Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc384 DictionaryValue* current_dictionary = this; in Set() local
391 if (!current_dictionary->GetDictionary(key, &child_dictionary)) { in Set()
393 current_dictionary->SetWithoutPathExpansion(key, child_dictionary); in Set()
396 current_dictionary = child_dictionary; in Set()
400 current_dictionary->SetWithoutPathExpansion(current_path, in Set()
469 const DictionaryValue* current_dictionary = this; in Get() local
474 if (!current_dictionary->GetDictionaryWithoutPathExpansion( in Get()
480 current_dictionary = child_dictionary; in Get()
484 return current_dictionary->GetWithoutPathExpansion(current_path.as_string(), in Get()
728 DictionaryValue* current_dictionary = this; in Remove() local
[all …]