HomeSort by relevance Sort by last modified time
    Searched defs:DictionaryValue (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
values.cc 36 DictionaryValue* dict = static_cast<DictionaryValue*>(node);
37 DictionaryValue* copy = new DictionaryValue;
38 for (DictionaryValue::key_iterator it = dict->begin_keys();
311 ///////////////////// DictionaryValue ////////////////////
313 DictionaryValue::DictionaryValue()
317 DictionaryValue::~DictionaryValue() {
    [all...]
values.h 9 // hierarchical tree of simple values. Given a DictionaryValue root, you can
36 class DictionaryValue;
206 // DictionaryValue provides a key-value dictionary with (optional) "path"
209 class BASE_API DictionaryValue : public Value {
211 DictionaryValue();
212 virtual ~DictionaryValue();
228 // into the next DictionaryValue down. Obviously, "." can't be used
231 // a DictionaryValue, a new DictionaryValue will be created and attached
251 // into the next DictionaryValue down. If the path can be resolve
    [all...]

Completed in 176 milliseconds