Home
last modified time | relevance | path

Searched refs:IsReadonly (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc625 EXPECT_FALSE(local.IsReadonly()); in TEST()
648 EXPECT_TRUE(shalloc2.IsReadonly()); in TEST()
674 EXPECT_FALSE(shalloc3.IsReadonly()); in TEST()
733 EXPECT_FALSE(local.IsReadonly()); in TEST()
756 EXPECT_FALSE(file.IsReadonly()); in TEST()
Dpersistent_memory_allocator.h306 bool IsReadonly() const { return readonly_; } in IsReadonly() function
Dfield_trial.cc1419 if (allocator->IsReadonly()) in AddToAllocatorWhileLocked()
1463 if (!allocator || allocator->IsReadonly()) in ActivateFieldTrialEntryWhileLocked()
Dpersistent_memory_allocator.cc1072 if (IsReadonly()) in FlushPartial()