/external/chromium_org/net/http/ |
mock_http_cache.cc | 54 : key_(key), doomed_(false), sparse_(false), 140 if (!sparse_ || busy_) 174 if (!sparse_) { 177 sparse_ = true; 204 if (!sparse_ || busy_) 242 return sparse_;
|
mock_http_cache.h | 87 bool sparse_; member in class:MockDiskEntry
|
/external/chromium_org/net/disk_cache/v3/ |
entry_impl_v3.cc | 615 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len, 641 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf, 661 return sparse_->GetAvailableRange(offset, len, start); 665 if (sparse_.get()) 679 if (!sparse_.get()) 682 sparse_->CancelIO(); 686 if (!sparse_.get()) 697 DCHECK(sparse_.get()); 698 return sparse_->ReadyToUse(callback); 720 sparse_.reset() [all...] |
entry_impl_v3.h | 214 scoped_ptr<SparseControl> sparse_; // Support for sparse entries. member in class:disk_cache::EntryImpl
|
/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_org/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); 886 if (sparse_.get()) 900 if (!sparse_.get()) 927 sparse_.reset() [all...] |
entry_impl.h | 269 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...] |