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

  /external/chromium/net/disk_cache/
entry_impl.h 22 class EntryImpl : public Entry, public base::RefCounted<EntryImpl> {
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);
entry_impl.cc 35 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::UserBuffer::Reset()
    [all...]

Completed in 76 milliseconds