Home | History | Annotate | Download | only in src

Lines Matching full:dict_value

214   base::DictionaryValue* dict_value = nullptr;
215 if (!value->GetAsDictionary(&dict_value)) {
221 // |value| is now owned by |dict_value|, so release the scoped_ptr now.
224 return std::unique_ptr<base::DictionaryValue>(dict_value);