HomeSort by relevance Sort by last modified time
    Searched refs:ReadyForSparseIO (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/net/disk_cache/
disk_cache.h 233 // the entry, and call ReadyForSparseIO() on the new entry and wait for the
290 virtual int ReadyForSparseIO(CompletionCallback* completion_callback) = 0;
mem_entry_impl.h 114 virtual int ReadyForSparseIO(net::CompletionCallback* completion_callback);
in_flight_backend_io.h 74 void ReadyForSparseIO(EntryImpl* entry);
179 void ReadyForSparseIO(EntryImpl* entry, net::CompletionCallback* callback);
in_flight_backend_io.cc 180 void BackendIO::ReadyForSparseIO(EntryImpl* entry) {
432 void InFlightBackendIO::ReadyForSparseIO(EntryImpl* entry,
435 operation->ReadyForSparseIO(entry);
entry_impl.h 158 virtual int ReadyForSparseIO(net::CompletionCallback* completion_callback);
mem_entry_impl.cc 257 int MemEntryImpl::ReadyForSparseIO(
entry_unittest.cc     [all...]
entry_impl.cc 871 int EntryImpl::ReadyForSparseIO(net::CompletionCallback* callback) {
875 backend_->background_queue()->ReadyForSparseIO(this, callback);
    [all...]
  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.h 72 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
flash_entry_impl.cc 125 int FlashEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
  /external/chromium_org/net/disk_cache/
disk_cache.h 249 // the entry, and call ReadyForSparseIO() on the new entry and wait for the
306 virtual int ReadyForSparseIO(const CompletionCallback& callback) = 0;
mem_entry_impl.h 113 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
in_flight_backend_io.h 75 void ReadyForSparseIO(EntryImpl* entry);
190 void ReadyForSparseIO(EntryImpl* entry,
tracing_cache_backend.cc 36 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
155 int EntryProxy::ReadyForSparseIO(const CompletionCallback& callback) {
156 return entry_->ReadyForSparseIO(callback);
in_flight_backend_io.cc 209 void BackendIO::ReadyForSparseIO(EntryImpl* entry) {
492 void InFlightBackendIO::ReadyForSparseIO(
495 operation->ReadyForSparseIO(entry);
entry_impl.h 169 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
mem_entry_impl.cc 269 int MemEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
entry_impl.cc 899 int EntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
906 background_queue_->ReadyForSparseIO(this, callback);
    [all...]
entry_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 100 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
simple_entry_impl.cc 495 int SimpleEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 113 virtual int ReadyForSparseIO(const CompletionCallback& callback) OVERRIDE;
entry_impl_v3.cc 685 int EntryImpl::ReadyForSparseIO(const CompletionCallback& callback) {
692 background_queue_->ReadyForSparseIO(this, callback);
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.h 49 virtual int ReadyForSparseIO(
mock_http_cache.cc 249 int MockDiskEntry::ReadyForSparseIO(const net::CompletionCallback& callback) {

Completed in 305 milliseconds

1 2