Searched refs:dictionary_value (Results 1 – 3 of 3) sorted by relevance
38 base::DictionaryValue* dictionary_value) { in PopDictionaryEntries() argument62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()182 std::unique_ptr<base::DictionaryValue> dictionary_value( in PopDataAsValue() local184 if (PopDictionaryEntries(&sub_reader, dictionary_value.get())) in PopDataAsValue()185 result = std::move(dictionary_value); in PopDataAsValue()
93 const DictionaryValue* dictionary_value = nullptr; in AddValue() local94 value.GetAsDictionary(&dictionary_value); in AddValue()96 for (DictionaryValue::Iterator it(*dictionary_value); !it.IsAtEnd(); in AddValue()
496 const DictionaryValue* dictionary_value = NULL; in Convert() local497 if (!value.GetAsDictionary(&dictionary_value)) in Convert()504 if (dictionary_value->Get(field_converter->field_path(), &field)) { in Convert()