HomeSort by relevance Sort by last modified time
    Searched refs:deletion_flag (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
values_unittest.cc 155 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) {
156 Init(deletion_flag); // Separate function so that we can use ASSERT_*
159 void Init(bool* deletion_flag) {
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/
values_unittest.cc 159 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) {
160 Init(deletion_flag); // Separate function so that we can use ASSERT_*
163 void Init(bool* deletion_flag) {
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 41 milliseconds