Home
last modified time | relevance | path

Searched refs:out_owned (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Djson_parser.cc70 scoped_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local
71 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
74 out->reset(out_owned->DeepCopy()); in RemoveWithoutPathExpansion()
116 scoped_ptr<Value> out_owned; in Remove() local
117 if (!ListValue::Remove(index, &out_owned)) in Remove()
120 out->reset(out_owned->DeepCopy()); in Remove()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc69 scoped_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local
70 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
73 out->reset(out_owned->DeepCopy()); in RemoveWithoutPathExpansion()
115 scoped_ptr<Value> out_owned; in Remove() local
116 if (!ListValue::Remove(index, &out_owned)) in Remove()
119 out->reset(out_owned->DeepCopy()); in Remove()