Searched refs:DeletionTestValue (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dvalues_unittest.cc178 class DeletionTestValue : public Value { class in namespace:base
180 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { function in class:base::DeletionTestValue
190 ~DeletionTestValue() override { *deletion_flag_ = true; }
201 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
208 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
216 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
229 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
245 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
254 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(
[all...]
/external/libweave/third_party/chromium/base/
H A Dvalues_unittest.cc164 class DeletionTestValue : public Value { class in namespace:base
166 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { function in class:base::DeletionTestValue
176 ~DeletionTestValue() override { *deletion_flag_ = true; }
187 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
194 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
202 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
215 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
231 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag)));
240 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(
[all...]

Completed in 50 milliseconds