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.cc34 // Pops dict-entries from |reader| and sets them to |dictionary_value|
36 base::DictionaryValue* dictionary_value) {
60 dictionary_value->SetWithoutPathExpansion(key_string, value);
179 scoped_ptr<base::DictionaryValue> dictionary_value(
181 if (PopDictionaryEntries(&sub_reader, dictionary_value.get()))
182 result = dictionary_value.release();
35 PopDictionaryEntries(MessageReader* reader, base::DictionaryValue* dictionary_value) argument
/external/libchrome/base/json/
H A Djson_value_converter.h490 const DictionaryValue* dictionary_value = NULL; local
491 if (!value.GetAsDictionary(&dictionary_value))
498 if (dictionary_value->Get(field_converter->field_path(), &field)) {

Completed in 314 milliseconds