IsAllocAllowed   3035 net/disk_cache/backend_unittest.cc   EXPECT_TRUE(cache_impl_->IsAllocAllowed(0, kOneMB));
IsAllocAllowed   3038 net/disk_cache/backend_unittest.cc   EXPECT_TRUE(cache_impl_->IsAllocAllowed(0, kOneMB));
IsAllocAllowed   3041 net/disk_cache/backend_unittest.cc   EXPECT_TRUE(cache_impl_->IsAllocAllowed(0, kOneMB));
IsAllocAllowed   3048 net/disk_cache/backend_unittest.cc   EXPECT_FALSE(cache_impl_->IsAllocAllowed(0, 30 * kOneMB));
IsAllocAllowed   3051 net/disk_cache/backend_unittest.cc     cache_impl_->IsAllocAllowed(0, kOneMB);  // Ignore the result.
IsAllocAllowed   3053 net/disk_cache/backend_unittest.cc   EXPECT_FALSE(cache_impl_->IsAllocAllowed(0, kOneMB));
IsAllocAllowed    161 net/disk_cache/blockfile/backend_impl.h   bool IsAllocAllowed(int current_size, int new_size);
IsAllocAllowed    100 net/disk_cache/blockfile/backend_impl_v3.h   bool IsAllocAllowed(int current_size, int new_size);
IsAllocAllowed    286 net/disk_cache/blockfile/entry_impl.cc   grow_allowed_ = backend_->IsAllocAllowed(current_size, required);
IsAllocAllowed    235 net/disk_cache/blockfile/entry_impl_v3.cc   grow_allowed_ = backend_->IsAllocAllowed(current_size, required);