Home
last modified time | relevance | path

Searched refs:dictionary_value (Results 1 – 3 of 3) 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()
185 std::unique_ptr<base::DictionaryValue> dictionary_value( in PopDataAsValue() local
187 if (PopDictionaryEntries(&sub_reader, dictionary_value.get())) in PopDataAsValue()
188 result = std::move(dictionary_value); in PopDataAsValue()
/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc93 const DictionaryValue* dictionary_value = nullptr; in AddValue() local
94 value.GetAsDictionary(&dictionary_value); in AddValue()
96 for (DictionaryValue::Iterator it(*dictionary_value); !it.IsAtEnd(); in AddValue()
/external/libchrome/base/json/
Djson_value_converter.h490 const DictionaryValue* dictionary_value = NULL; in Convert() local
491 if (!value.GetAsDictionary(&dictionary_value)) in Convert()
498 if (dictionary_value->Get(field_converter->field_path(), &field)) { in Convert()