Searched refs:SparseControl (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/disk_cache/
H A Dsparse_control.cc144 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(EntryImp function in class:disk_cache::SparseControl
[all...]
H A Dsparse_control.h33 class SparseControl { class in namespace:disk_cache
43 explicit SparseControl(EntryImpl* entry);
44 ~SparseControl();
162 net::CompletionCallbackImpl<SparseControl> child_callback_;
172 DISALLOW_COPY_AND_ASSIGN(SparseControl);
H A Dentry_impl.h18 class SparseControl;
24 friend class SparseControl;
257 scoped_ptr<SparseControl> sparse_; // Support for sparse entries.
H A Dentry_impl.cc359 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)));
1420 scoped_ptr<SparseControl> sparse(new SparseControl(this));
/external/chromium_org/net/disk_cache/v3/
H A Dsparse_control_v3.cc147 disk_cache::SparseControl::SparseOperation operation) {
149 case disk_cache::SparseControl::kReadOperation:
151 case disk_cache::SparseControl::kWriteOperation:
153 case disk_cache::SparseControl::kGetRangeOperation:
164 disk_cache::SparseControl::SparseOperation operation,
169 case disk_cache::SparseControl::kReadOperation:
172 case disk_cache::SparseControl::kWriteOperation:
175 case disk_cache::SparseControl::kGetRangeOperation:
189 SparseControl::SparseControl(EntryImp function in class:disk_cache::SparseControl
[all...]
H A Dsparse_control_v3.h32 class SparseControl { class in namespace:disk_cache
44 explicit SparseControl(EntryImpl* entry);
45 ~SparseControl();
170 DISALLOW_COPY_AND_ASSIGN(SparseControl);
H A Dentry_impl_v3.h18 class SparseControl;
26 friend class SparseControl;
214 scoped_ptr<SparseControl> sparse_; // Support for sparse entries.
H A Dentry_impl_v3.cc615 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
641 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
668 scoped_ptr<SparseControl> sparse;
669 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
1030 SparseControl::DeleteChildren(this);
1305 scoped_ptr<SparseControl> sparse(new SparseControl(this));
/external/chromium_org/net/disk_cache/
H A Dsparse_control.h32 class SparseControl { class in namespace:disk_cache
44 explicit SparseControl(EntryImpl* entry);
45 ~SparseControl();
172 DISALLOW_COPY_AND_ASSIGN(SparseControl);
H A Dsparse_control.cc145 disk_cache::SparseControl::SparseOperation operation) {
147 case disk_cache::SparseControl::kReadOperation:
149 case disk_cache::SparseControl::kWriteOperation:
151 case disk_cache::SparseControl::kGetRangeOperation:
162 disk_cache::SparseControl::SparseOperation operation,
167 case disk_cache::SparseControl::kReadOperation:
170 case disk_cache::SparseControl::kWriteOperation:
173 case disk_cache::SparseControl::kGetRangeOperation:
187 SparseControl::SparseControl(EntryImp function in class:disk_cache::SparseControl
[all...]
H A Dentry_impl.h19 class SparseControl;
29 friend class SparseControl;
269 scoped_ptr<SparseControl> sparse_; // Support for sparse entries.
H A Dentry_impl.cc359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
473 SparseControl::DeleteChildren(this);
889 scoped_ptr<SparseControl> sparse;
890 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this)));
1491 scoped_ptr<SparseControl> sparse(new SparseControl(this));

Completed in 118 milliseconds