Searched refs:out_owned (Results 1 – 2 of 2) sorted by relevance
70 scoped_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local71 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()74 out->reset(out_owned->DeepCopy()); in RemoveWithoutPathExpansion()116 scoped_ptr<Value> out_owned; in Remove() local117 if (!ListValue::Remove(index, &out_owned)) in Remove()120 out->reset(out_owned->DeepCopy()); in Remove()
69 scoped_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local70 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()73 out->reset(out_owned->DeepCopy()); in RemoveWithoutPathExpansion()115 scoped_ptr<Value> out_owned; in Remove() local116 if (!ListValue::Remove(index, &out_owned)) in Remove()119 out->reset(out_owned->DeepCopy()); in Remove()