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

  /external/chromium/net/disk_cache/
sparse_control.h 33 class SparseControl {
43 explicit SparseControl(EntryImpl* entry);
44 ~SparseControl();
162 net::CompletionCallbackImpl<SparseControl> child_callback_;
172 DISALLOW_COPY_AND_ASSIGN(SparseControl);
sparse_control.cc 144 disk_cache::SparseControl::SparseOperation operation) {
146 case disk_cache::SparseControl::kReadOperation:
148 case disk_cache::SparseControl::kWriteOperation:
150 case disk_cache::SparseControl::kGetRangeOperation:
161 disk_cache::SparseControl::SparseOperation operation,
166 case disk_cache::SparseControl::kReadOperation:
169 case disk_cache::SparseControl::kWriteOperation:
172 case disk_cache::SparseControl::kGetRangeOperation:
186 SparseControl::SparseControl(EntryImpl* entry
    [all...]
entry_impl.h 18 class SparseControl;
24 friend class SparseControl;
257 scoped_ptr<SparseControl> sparse_; // Support for sparse entries.
entry_impl.cc 359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
474 SparseControl::DeleteChildren(this);
862 scoped_ptr<SparseControl> sparse;
863 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
    [all...]

Completed in 101 milliseconds