Searched defs:EntryImplV3 (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc44 class EntryImplV3::UserBuffer {
92 bool EntryImplV3::UserBuffer::PreWrite(int offset, int len) {
114 void EntryImplV3::UserBuffer::Truncate(int offset) {
124 void EntryImplV3::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
156 bool EntryImplV3::UserBuffer::PreRead(int eof, int offset, int* len) {
181 int EntryImplV3::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
206 void EntryImplV3::UserBuffer::Reset() {
219 bool EntryImplV3::UserBuffer::GrowBuffer(int required, int limit) {
247 EntryImplV3::EntryImplV3(BackendImplV function in class:disk_cache::EntryImplV3
[all...]
H A Dentry_impl_v3.h23 class NET_EXPORT_PRIVATE EntryImplV3 class in namespace:disk_cache
25 public base::RefCounted<EntryImplV3> {
26 friend class base::RefCounted<EntryImplV3>;
39 EntryImplV3(BackendImplV3* backend, Addr address, bool read_only);
41 // Performs the initialization of a EntryImplV3 that will be added to the
71 // Logs a begin event and enables logging for the EntryImplV3. Will also cause
72 // an end event to be logged on destruction. The EntryImplV3 must have its key
107 virtual ~EntryImplV3();
203 DISALLOW_COPY_AND_ASSIGN(EntryImplV3);

Completed in 656 milliseconds