Searched refs:dictionary_value (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc93 const DictionaryValue* dictionary_value = nullptr; local
94 value.GetAsDictionary(&dictionary_value);
96 for (DictionaryValue::Iterator it(*dictionary_value); !it.IsAtEnd();
/external/libchrome/dbus/
H A Dvalues_util.cc36 // Pops dict-entries from |reader| and sets them to |dictionary_value|
38 base::DictionaryValue* dictionary_value) {
62 dictionary_value->SetWithoutPathExpansion(key_string, std::move(value));
182 std::unique_ptr<base::DictionaryValue> dictionary_value(
184 if (PopDictionaryEntries(&sub_reader, dictionary_value.get()))
185 result = std::move(dictionary_value);
37 PopDictionaryEntries(MessageReader* reader, base::DictionaryValue* dictionary_value) argument
/external/libchrome/base/json/
H A Djson_value_converter.h496 const DictionaryValue* dictionary_value = NULL; local
497 if (!value.GetAsDictionary(&dictionary_value))
504 if (dictionary_value->Get(field_converter->field_path(), &field)) {

Completed in 222 milliseconds