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.cc571 EXPECT_FALSE(local.IsReadonly()); in TEST()
594 EXPECT_TRUE(shalloc2.IsReadonly()); in TEST()
620 EXPECT_FALSE(shalloc3.IsReadonly()); in TEST()
679 EXPECT_FALSE(local.IsReadonly()); in TEST()
702 EXPECT_FALSE(file.IsReadonly()); in TEST()
Dpersistent_memory_allocator.h306 bool IsReadonly() const { return readonly_; } in IsReadonly() function
Dfield_trial.cc1270 if (allocator->IsReadonly()) in AddToAllocatorWhileLocked()
1317 if (allocator && allocator->IsReadonly()) in ActivateFieldTrialEntryWhileLocked()
Dpersistent_memory_allocator.cc1041 if (IsReadonly()) in FlushPartial()