Home | History | Annotate | Download | only in options

Lines Matching refs:parsed_value

44   scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
45 if (!parsed_value.get() || !parsed_value->IsType(Value::TYPE_DICTIONARY))
48 DictionaryValue* result = static_cast<DictionaryValue*>(parsed_value.get());
59 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
60 if (!parsed_value.get() || !parsed_value->IsType(Value::TYPE_DICTIONARY))
63 DictionaryValue* result = static_cast<DictionaryValue*>(parsed_value.get());
134 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
135 if (!parsed_value.get() || !parsed_value->IsType(Value::TYPE_DICTIONARY))
138 DictionaryValue* result = static_cast<DictionaryValue*>(parsed_value.get());
145 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
146 if (!parsed_value.get() || !parsed_value->IsType(Value::TYPE_DICTIONARY))
149 DictionaryValue* result = static_cast<DictionaryValue*>(parsed_value.get());