Searched defs:deletion_flag (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dvalues_unittest.cc155 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { argument
156 Init(deletion_flag); // Separate function so that we can use ASSERT_*
159 void Init(bool* deletion_flag) { argument
160 ASSERT_TRUE(deletion_flag);
161 deletion_flag_ = deletion_flag;
174 bool deletion_flag = true; local
178 list.Append(new DeletionTestValue(&deletion_flag));
179 EXPECT_FALSE(deletion_flag);
181 EXPECT_TRUE(deletion_flag);
185 list.Append(new DeletionTestValue(&deletion_flag));
201 bool deletion_flag = true; local
243 bool deletion_flag = true; local
271 bool deletion_flag = true; local
[all...]
/external/chromium_org/base/
H A Dvalues_unittest.cc159 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { argument
160 Init(deletion_flag); // Separate function so that we can use ASSERT_*
163 void Init(bool* deletion_flag) { argument
164 ASSERT_TRUE(deletion_flag);
165 deletion_flag_ = deletion_flag;
178 bool deletion_flag = true; local
182 list.Append(new DeletionTestValue(&deletion_flag));
183 EXPECT_FALSE(deletion_flag);
185 EXPECT_TRUE(deletion_flag);
189 list.Append(new DeletionTestValue(&deletion_flag));
205 bool deletion_flag = true; local
248 bool deletion_flag = true; local
276 bool deletion_flag = true; local
[all...]

Completed in 121 milliseconds