Home | History | Annotate | Download | only in base

Lines Matching full:current_dictionary

343   DictionaryValue* current_dictionary = this;
350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
352 current_dictionary->SetWithoutPathExpansion(key, child_dictionary);
355 current_dictionary = child_dictionary;
359 current_dictionary->SetWithoutPathExpansion(current_path, in_value);
399 const DictionaryValue* current_dictionary = this;
404 if (!current_dictionary->GetDictionary(
408 current_dictionary = child_dictionary;
412 return current_dictionary->GetWithoutPathExpansion(current_path, out_value);
595 DictionaryValue* current_dictionary = this;
599 &current_dictionary))
604 return current_dictionary->RemoveWithoutPathExpansion(current_path,