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

1 2

  /external/chromium_org/net/disk_cache/
sparse_control.h 60 // WriteSparseData for details about the arguments. The return value is the
109 void WriteSparseData();
disk_cache.h 263 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
disk_cache_test_base.h 129 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
mem_entry_impl.h 23 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information
107 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
in_flight_backend_io.h 71 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
185 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
tracing_cache_backend.cc 30 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
136 int EntryProxy::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
139 return entry_->WriteSparseData(offset, buf, buf_len, callback);
disk_cache_test_base.cc 203 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry,
207 int rv = entry->WriteSparseData(offset, buf, len, cb.callback());
entry_unittest.cc     [all...]
in_flight_backend_io.cc 186 void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset,
469 void InFlightBackendIO::WriteSparseData(
473 operation->WriteSparseData(entry, offset, buf, buf_len);
entry_impl.h 163 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 55 // WriteSparseData for details about the arguments. The return value is the
97 void WriteSparseData();
entry_impl_v3.h 107 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium/net/disk_cache/
disk_cache.h 247 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
disk_cache_test_base.h 107 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
sparse_control.h 59 // WriteSparseData for details about the arguments. The return value is the
108 void WriteSparseData();
mem_entry_impl.h 24 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information
108 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
entry_unittest.cc     [all...]
in_flight_backend_io.h 70 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
174 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
disk_cache_test_base.cc 171 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry,
175 int rv = entry->WriteSparseData(offset, buf, len, &cb);
in_flight_backend_io.cc 157 void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset,
410 void InFlightBackendIO::WriteSparseData(EntryImpl* entry, int64 offset,
414 operation->WriteSparseData(entry, offset, buf, buf_len);
entry_impl.h 152 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.h 66 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
flash_entry_impl.cc 100 int FlashEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 90 virtual int WriteSparseData(int64 offset,
  /external/chromium_org/net/http/
mock_http_cache.h 41 virtual int WriteSparseData(

Completed in 1653 milliseconds

1 2