HomeSort by relevance Sort by last modified time
    Searched defs:WriteSparseData (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 184 void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset,
460 void InFlightBackendIO::WriteSparseData(
464 operation->WriteSparseData(entry, offset, buf, buf_len);
sparse_control.cc 210 WriteSparseData();
565 void SparseControl::WriteSparseData() {
sparse_control_v3.cc 212 WriteSparseData();
532 void SparseControl::WriteSparseData() {
entry_impl.cc 867 int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
875 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
    [all...]
entry_impl_v3.cc 632 int EntryImplV3::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
640 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 218 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry,
222 int rv = entry->WriteSparseData(offset, buf, len, cb.callback());
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 235 int MemEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/http/
mock_http_cache.cc 166 int MockDiskEntry::WriteSparseData(int64 offset, net::IOBuffer* buf,
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 487 int SimpleEntryImpl::WriteSparseData(int64 offset,
    [all...]
simple_synchronous_entry.cc 453 void SimpleSynchronousEntry::WriteSparseData(
    [all...]

Completed in 522 milliseconds