Searched refs:kMaxNumBlocks (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc57 DCHECK(size > 0 && size <= kMaxNumBlocks);
59 for (int i = size; i <= kMaxNumBlocks; i++) {
117 if (size < 0 || size > kMaxNumBlocks) {
156 if (size < 0 || size > kMaxNumBlocks)
172 for (int i = 0; i < kMaxNumBlocks; i++) {
191 for (int i = 0; i < kMaxNumBlocks; i++) {
208 for (int i = block_count - 1; i < kMaxNumBlocks; i++) {
218 for (int i = 0; i < kMaxNumBlocks; i++) {
227 return header_->empty[kMaxNumBlocks - 1];
325 if (block_count < 1 || block_count > kMaxNumBlocks)
[all...]
H A Daddr.h29 const int kMaxNumBlocks = 4; member in namespace:disk_cache
H A Dblock_bitmaps_v3.cc31 if (block_count < 1 || block_count > kMaxNumBlocks)

Completed in 2737 milliseconds