Searched refs:DeletionTestValue (Results 1 – 2 of 2) sorted by relevance
164 class DeletionTestValue : public Value { class166 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue() function in base::DeletionTestValue176 ~DeletionTestValue() override { *deletion_flag_ = true; } in ~DeletionTestValue()187 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()194 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()202 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()215 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()231 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()240 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(&deletion_flag)); in TEST()241 DeletionTestValue* original_value = value.get(); in TEST()[all …]
178 class DeletionTestValue : public Value { class180 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue() function in base::DeletionTestValue190 ~DeletionTestValue() override { *deletion_flag_ = true; } in ~DeletionTestValue()201 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()208 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()216 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()229 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()245 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()254 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(&deletion_flag)); in TEST()255 DeletionTestValue* original_value = value.get(); in TEST()[all …]