HomeSort by relevance Sort by last modified time
    Searched full:sparse_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.cc 101 sparse_.reset();
359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
384 return sparse_->GetAvailableRange(offset, len, start);
393 if (!sparse_.get())
396 sparse_->CancelIO();
400 if (!sparse_.get())
403 return sparse_->ReadyToUse(completion_callback);
875 if (sparse_.get())
878 sparse_.reset(new SparseControl(this))
    [all...]
entry_impl.h 190 scoped_ptr<SparseControl> sparse_; // Support for sparse entries. member in class:disk_cache::EntryImpl
  /external/chromium/net/http/
http_cache_unittest.cc 57 : test_mode_(0), doomed_(false), sparse_(false), fail_requests_(false),
62 : key_(key), doomed_(false), sparse_(false), fail_requests_(false),
142 if (!sparse_ || busy_)
172 if (!sparse_) {
175 sparse_ = true;
200 if (!sparse_ || busy_)
328 bool sparse_;
    [all...]

Completed in 175 milliseconds