Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dvalues_util.cc38 base::DictionaryValue* dictionary_value) { in PopDictionaryEntries() argument
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value)); in PopDictionaryEntries()
182 std::unique_ptr<base::DictionaryValue> dictionary_value( in PopDataAsValue() local
184 if (PopDictionaryEntries(&sub_reader, dictionary_value.get())) in PopDataAsValue()
185 result = std::move(dictionary_value); in PopDataAsValue()
/external/libchrome/base/json/
Djson_value_converter.h497 const DictionaryValue* dictionary_value = NULL; in Convert() local
498 if (!value.GetAsDictionary(&dictionary_value)) in Convert()
505 if (dictionary_value->Get(field_converter->field_path(), &field)) { in Convert()
/external/libchrome/mojo/public/mojom/base/
Dvalues.mojom23 DictionaryValue dictionary_value;
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.h119 static const base::Value& dictionary_value(const base::Value& value) {