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

  /external/chromium/net/disk_cache/
entry_impl.cc 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);
388 if (!sparse_.get())
391 sparse_->CancelIO();
395 DCHECK(sparse_.get());
396 return sparse_->ReadyToUse(callback);
859 if (sparse_.get())
872 if (!sparse_.get())
891 sparse_.reset()
    [all...]
entry_impl.h 257 scoped_ptr<SparseControl> sparse_; // Support for sparse entries. member in class:disk_cache::EntryImpl
  /external/chromium/net/http/
http_cache_unittest.cc 75 : test_mode_(0), doomed_(false), sparse_(false), fail_requests_(false),
80 : key_(key), doomed_(false), sparse_(false), fail_requests_(false),
165 if (!sparse_ || busy_)
196 if (!sparse_) {
199 sparse_ = true;
226 if (!sparse_ || busy_)
262 return sparse_;
357 bool sparse_;
    [all...]
  /external/v8/src/
hydrogen.cc 1400 int* sparse_; member in class:v8::internal::SparseSet
    [all...]

Completed in 748 milliseconds