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

  /external/chromium/net/disk_cache/
addr.h 25 const int kMaxNumBlocks = 4;
block_files.cc 38 if (target <= 0 || target > disk_cache::kMaxNumBlocks ||
39 size <= 0 || size > disk_cache::kMaxNumBlocks) {
85 if (size < 0 || size > disk_cache::kMaxNumBlocks) {
123 for (int i = 0; i < disk_cache::kMaxNumBlocks; i++) {
145 for (int i = 0; i < disk_cache::kMaxNumBlocks; i++) {

Completed in 248 milliseconds