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 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++) {

Completed in 170 milliseconds