CanAllocate       131 content/browser/loader/async_resource_handler.cc     if (buffer_->CanAllocate())
CanAllocate       249 content/browser/loader/async_resource_handler.cc   DCHECK(buffer_->CanAllocate());
CanAllocate       305 content/browser/loader/async_resource_handler.cc   if (!buffer_->CanAllocate()) {
CanAllocate        91 content/browser/loader/resource_buffer.cc   DCHECK(CanAllocate());
CanAllocate        83 content/browser/loader/resource_buffer.h   bool CanAllocate() const;
CanAllocate        13 content/browser/loader/resource_buffer_unittest.cc   EXPECT_TRUE(buf->CanAllocate());
CanAllocate        21 content/browser/loader/resource_buffer_unittest.cc     EXPECT_TRUE(buf->CanAllocate());
CanAllocate        27 content/browser/loader/resource_buffer_unittest.cc     EXPECT_TRUE(buf->CanAllocate());
CanAllocate        36 content/browser/loader/resource_buffer_unittest.cc     EXPECT_TRUE(buf->CanAllocate());
CanAllocate        43 content/browser/loader/resource_buffer_unittest.cc     EXPECT_TRUE(buf->CanAllocate());
CanAllocate        99 content/browser/loader/resource_buffer_unittest.cc   EXPECT_FALSE(buf->CanAllocate());
CanAllocate       105 content/browser/loader/resource_buffer_unittest.cc   EXPECT_TRUE(buf->CanAllocate());
CanAllocate       115 content/browser/loader/resource_buffer_unittest.cc   EXPECT_FALSE(buf->CanAllocate());
CanAllocate       130 content/browser/loader/resource_buffer_unittest.cc   EXPECT_FALSE(buf->CanAllocate());
CanAllocate       134 content/browser/loader/resource_buffer_unittest.cc   EXPECT_FALSE(buf->CanAllocate());
CanAllocate       140 net/disk_cache/blockfile/block_bitmaps_v3.cc       if (bitmaps_[header_num].CanAllocate(block_count)) {
CanAllocate        59 net/disk_cache/blockfile/block_files.h   bool CanAllocate(int block_count) const;