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

/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc51 class AppCacheDiskCache::EntryImpl : public Entry { class in class:content::AppCacheDiskCache
53 EntryImpl(disk_cache::Entry* disk_cache_entry, function in class:content::AppCacheDiskCache::EntryImpl
100 virtual ~EntryImpl() {
110 // while the call is in-flight and to produce an EntryImpl upon completion.
153 *entry = new EntryImpl(entry_ptr_, owner_);
161 *entry_ = new EntryImpl(entry_ptr_, owner_);
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.h25 class NET_EXPORT_PRIVATE EntryImpl class in namespace:disk_cache
27 public base::RefCounted<EntryImpl> {
28 friend class base::RefCounted<EntryImpl>;
41 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
67 // Performs the initialization of a EntryImpl that will be added to the
138 // Logs a begin event and enables logging for the EntryImpl. Will also cause
139 // an end event to be logged on destruction. The EntryImpl must have its key
177 virtual ~EntryImpl();
273 DISALLOW_COPY_AND_ASSIGN(EntryImpl);
H A Dentry_impl.cc39 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
53 disk_cache::EntryImpl* entry_;
70 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
95 class EntryImpl::UserBuffer {
143 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
165 void EntryImpl::UserBuffer::Truncate(int offset) {
175 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
207 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
232 int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
257 void EntryImpl
298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) function in class:disk_cache::EntryImpl
[all...]

Completed in 472 milliseconds