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

  /external/chromium/net/disk_cache/
sparse_control.cc 191 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32),
450 static_cast<int>(sizeof(child_data_)))
454 new net::WrappedIOBuffer(reinterpret_cast<char*>(&child_data_)));
457 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
458 if (rv != sizeof(child_data_))
461 if (child_data_.header.signature != sparse_header_.signature ||
462 child_data_.header.magic != kIndexMagic)
465 if (child_data_.header.last_block_len < 0 ||
466 child_data_.header.last_block_len > kBlockSize) {
468 child_data_.header.last_block_len = 0
    [all...]
sparse_control.h 159 SparseData child_data_; // Parent and allocation map of child_. member in class:disk_cache::SparseControl

Completed in 83 milliseconds