Searched defs:WriteSparseData (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc218 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry, function in class:DiskCacheTestWithCache
222 int rv = entry->WriteSparseData(offset, buf, len, cb.callback());
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc184 void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset, function in class:disk_cache::BackendIO
460 void InFlightBackendIO::WriteSparseData( function in class:disk_cache::InFlightBackendIO
464 operation->WriteSparseData(entry, offset, buf, buf_len);
H A Dsparse_control.cc210 WriteSparseData();
565 void SparseControl::WriteSparseData() { function in class:disk_cache::SparseControl
H A Dsparse_control_v3.cc212 WriteSparseData();
532 void SparseControl::WriteSparseData() { function in class:disk_cache::SparseControl
H A Dentry_impl_v3.cc632 int EntryImplV3::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImplV3
640 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
1438 int EntryImplV3::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImplV3
H A Dentry_impl.cc867 int EntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len, function in class:disk_cache::EntryImpl
875 background_queue_->WriteSparseData(this, offset, buf, buf_len, callback);
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc235 int MemEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len, function in class:disk_cache::MemEntryImpl
/external/chromium_org/net/http/
H A Dmock_http_cache.cc166 int MockDiskEntry::WriteSparseData(int64 offset, net::IOBuffer* buf, function in class:MockDiskEntry
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc487 int SimpleEntryImpl::WriteSparseData(int64 offset, function in class:disk_cache::SimpleEntryImpl
1038 Closure task = base::Bind(&SimpleSynchronousEntry::WriteSparseData,
H A Dsimple_synchronous_entry.cc453 void SimpleSynchronousEntry::WriteSparseData( function in class:disk_cache::SimpleSynchronousEntry

Completed in 857 milliseconds