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

  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.h 60 // WriteSparseData for details about the arguments. The return value is the
109 void WriteSparseData();
sparse_control_v3.h 55 // WriteSparseData for details about the arguments. The return value is the
97 void WriteSparseData();
in_flight_backend_io.h 72 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
184 void WriteSparseData(EntryImpl* entry, int64 offset, net::IOBuffer* buf,
entry_impl_v3.h 93 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
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);
entry_impl.h 163 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
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...]
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...]
  /external/chromium_org/net/disk_cache/
disk_cache.h 266 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
disk_cache_test_base.h 141 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
entry_unittest.cc     [all...]
disk_cache_test_base.cc 218 int DiskCacheTestWithCache::WriteSparseData(disk_cache::Entry* entry,
222 int rv = entry->WriteSparseData(offset, buf, len, cb.callback());
backend_unittest.cc 189 ASSERT_EQ(kSize, WriteSparseData(entry0, 0, buffer.get(), kSize));
191 WriteSparseData(entry0, kOffset + kSize, buffer.get(), kSize));
202 ASSERT_EQ(kSize, WriteSparseData(entry1, 0, buffer.get(), kSize));
204 WriteSparseData(entry1, kOffset + kSize, buffer.get(), kSize));
208 ASSERT_EQ(kSize, WriteSparseData(entry2, 0, buffer.get(), kSize));
210 WriteSparseData(entry2, kOffset + kSize, buffer.get(), kSize));
223 ASSERT_EQ(kSize, WriteSparseData(entry3, 0, buffer.get(), kSize));
225 ASSERT_EQ(kSize, WriteSparseData(entry4, 0, buffer.get(), kSize));
227 WriteSparseData(entry3, kOffset + kSize, buffer.get(), kSize));
229 WriteSparseData(entry4, kOffset + kSize, buffer.get(), kSize))
    [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 23 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information
103 virtual int WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
mem_entry_impl.cc 235 int MemEntryImpl::WriteSparseData(int64 offset, IOBuffer* buf, int buf_len,
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 104 virtual int WriteSparseData(int64 offset,
simple_synchronous_entry.h 159 void WriteSparseData(const EntryOperationData& in_entry_op,
simple_entry_impl.cc 487 int SimpleEntryImpl::WriteSparseData(int64 offset,
    [all...]
simple_synchronous_entry.cc 453 void SimpleSynchronousEntry::WriteSparseData(
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.h 41 virtual int WriteSparseData(
partial_data.cc 436 return entry->WriteSparseData(
mock_http_cache.cc 166 int MockDiskEntry::WriteSparseData(int64 offset, net::IOBuffer* buf,

Completed in 93 milliseconds