HomeSort by relevance Sort by last modified time
    Searched refs:kMaxNumBlocks (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/disk_cache/
block_files.cc 56 DCHECK(size > 0 && size <= kMaxNumBlocks);
58 for (int i = size; i <= kMaxNumBlocks; i++) {
116 if (size < 0 || size > kMaxNumBlocks) {
155 if (size < 0 || size > kMaxNumBlocks)
171 for (int i = 0; i < kMaxNumBlocks; i++) {
190 for (int i = 0; i < kMaxNumBlocks; i++) {
207 for (int i = block_count - 1; i < kMaxNumBlocks; i++) {
217 for (int i = 0; i < kMaxNumBlocks; i++) {
226 return header_->empty[kMaxNumBlocks - 1];
324 if (block_count < 1 || block_count > kMaxNumBlocks)
    [all...]
addr.h 29 const int kMaxNumBlocks = 4;
  /external/chromium/net/disk_cache/
addr.h 26 const int kMaxNumBlocks = 4;
block_files.cc 41 if (target <= 0 || target > disk_cache::kMaxNumBlocks ||
42 size <= 0 || size > disk_cache::kMaxNumBlocks) {
89 if (size < 0 || size > disk_cache::kMaxNumBlocks) {
129 if (size < 0 || size > disk_cache::kMaxNumBlocks) {
148 for (int i = 0; i < disk_cache::kMaxNumBlocks; i++) {
170 for (int i = 0; i < disk_cache::kMaxNumBlocks; i++) {
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 31 if (block_count < 1 || block_count > kMaxNumBlocks)

Completed in 211 milliseconds