Searched defs:EntryImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.h22 class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { class in namespace:disk_cache
23 friend class base::RefCounted<EntryImpl>;
34 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
60 // Performs the initialization of a EntryImpl that will be added to the
127 // Logs a begin event and enables logging for the EntryImpl. Will also cause
128 // an end event to be logged on destruction. The EntryImpl must have its key
166 ~EntryImpl();
261 DISALLOW_COPY_AND_ASSIGN(EntryImpl);
H A Dentry_impl.cc35 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
49 disk_cache::EntryImpl* entry_;
67 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
91 class EntryImpl::UserBuffer {
139 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
161 void EntryImpl::UserBuffer::Truncate(int offset) {
171 void EntryImpl::UserBuffer::Write(int offset, net::IOBuffer* buf, int len) {
203 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
228 int EntryImpl::UserBuffer::Read(int offset, net::IOBuffer* buf, int len) {
253 void EntryImpl
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) function in class:disk_cache::EntryImpl
[all...]

Completed in 180 milliseconds