HomeSort by relevance Sort by last modified time
    Searched refs:dictionary_value (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/
json_store.cc 143 const base::DictionaryValue* dictionary_value; local
144 value.GetAsDictionary(&dictionary_value);
146 DecodeCoercedValue(*dictionary_value));
199 const base::DictionaryValue& dictionary_value) {
200 base::DictionaryValue::Iterator it(dictionary_value);
236 const base::DictionaryValue* dictionary_value; local
237 value.GetAsDictionary(&dictionary_value);
238 if (!IsCoercedValue(*dictionary_value)) {
243 DecodeCoercedValue(*dictionary_value));
300 auto dictionary_value(make_scoped_ptr(new base::DictionaryValue()))
    [all...]
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 93 const DictionaryValue* dictionary_value = nullptr; local
94 value.GetAsDictionary(&dictionary_value);
96 for (DictionaryValue::Iterator it(*dictionary_value); !it.IsAtEnd();
  /external/libchrome/dbus/
values_util.cc 34 // 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();
  /external/libchrome/base/json/
json_value_converter.h 490 const DictionaryValue* dictionary_value = NULL; local
491 if (!value.GetAsDictionary(&dictionary_value))
498 if (dictionary_value->Get(field_converter->field_path(), &field)) {

Completed in 192 milliseconds