Searched refs:dictionary_value (Results 1 – 4 of 4) 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()
497 const DictionaryValue* dictionary_value = NULL; in Convert() local498 if (!value.GetAsDictionary(&dictionary_value)) in Convert()505 if (dictionary_value->Get(field_converter->field_path(), &field)) { in Convert()
23 DictionaryValue dictionary_value;
119 static const base::Value& dictionary_value(const base::Value& value) {