Searched defs:CreateBlock (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) { function in class:GrMemoryPool
/external/skia/src/gpu/
H A DGrMemoryPool.cpp24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) { function in class:GrMemoryPool
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc26 bool BlockBitmaps::CreateBlock(FileType block_type, function in class:disk_cache::BlockBitmaps
50 Trace("CreateBlock 0x%x", address.value());
H A Dblock_files.cc104 LOCAL_HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
318 bool BlockFiles::CreateBlock(FileType block_type, int block_count, function in class:disk_cache::BlockFiles
344 Trace("CreateBlock 0x%x", address.value());
H A Dbackend_impl_v3.cc116 bool BackendImplV3::CreateBlock(FileType block_type, int block_count, function in class:disk_cache::BackendImplV3
118 return block_files_.CreateBlock(block_type, block_count, block_address);
514 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
521 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
776 if (!CreateBlock(file_type, num_blocks, &address))
1171 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
1178 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
H A Dentry_impl_v3.cc279 if (!CreateBlock(entry_store->key_len + 1, &address))
967 if (!CreateBlock(size, &address))
975 bool EntryImpl::CreateBlock(int size, Addr* address) { function in class:disk_cache::EntryImpl
989 if (!backend_->CreateBlock(file_type, num_blocks, address))
H A Dbackend_impl.cc551 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
558 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
753 bool BackendImpl::CreateBlock(FileType block_type, int block_count, function in class:disk_cache::BackendImpl
755 return block_files_.CreateBlock(block_type, block_count, block_address);
1413 if (!CreateBlock(file_type, num_blocks, &address))
H A Dentry_impl.cc424 if (!CreateBlock(entry_store->key_len + 1, &address))
1169 if (!CreateBlock(size, &address))
1177 bool EntryImpl::CreateBlock(int size, Addr* address) { function in class:disk_cache::EntryImpl
1191 if (!backend_->CreateBlock(file_type, num_blocks, address))

Completed in 5210 milliseconds