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

  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.cc 100 int FlashEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium/net/disk_cache/
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);
mem_entry_impl.cc 221 int MemEntryImpl::WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
sparse_control.cc 201 WriteSparseData();
542 void SparseControl::WriteSparseData() {
entry_impl.cc 841 int EntryImpl::WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
846 backend_->background_queue()->WriteSparseData(this, offset, buf, buf_len,
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 203 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry,
207 int rv = entry->WriteSparseData(offset, buf, len, cb.callback());
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);
mem_entry_impl.cc 235 int MemEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
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);
sparse_control.cc 210 WriteSparseData();
563 void SparseControl::WriteSparseData() {
entry_impl.cc 864 int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
872 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.cc 166 int MockDiskEntry::WriteSparseData(int64 offset, net::IOBuffer* buf,
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 212 WriteSparseData();
532 void SparseControl::WriteSparseData() {
entry_impl_v3.cc 621 int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
629 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 463 int SimpleEntryImpl::WriteSparseData(int64 offset,
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 191 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
    [all...]

Completed in 1151 milliseconds