Searched defs:EntryImpl (Results 1 - 7 of 7) 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...]
/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.h22 class NET_EXPORT_PRIVATE EntryImpl class in namespace:disk_cache
24 public base::RefCounted<EntryImpl> {
25 friend class base::RefCounted<EntryImpl>;
38 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
54 // Performs the initialization of a EntryImpl that will be added to the
85 // Logs a begin event and enables logging for the EntryImpl. Will also cause
86 // an end event to be logged on destruction. The EntryImpl must have its key
121 virtual ~EntryImpl();
218 DISALLOW_COPY_AND_ASSIGN(EntryImpl);
H A Dentry_impl_v3.cc37 class EntryImpl::UserBuffer {
85 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
107 void EntryImpl::UserBuffer::Truncate(int offset) {
117 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
149 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
174 int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
199 void EntryImpl::UserBuffer::Reset() {
212 bool EntryImpl::UserBuffer::GrowBuffer(int required, int limit) {
240 EntryImpl::EntryImpl(BackendImp function in class:disk_cache::EntryImpl
[all...]
/external/chromium_org/net/disk_cache/
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.cc36 SyncCallback(disk_cache::EntryImpl* entry, net::IOBuffer* buffer,
50 disk_cache::EntryImpl* entry_;
67 entry_->ReportIOTime(disk_cache::EntryImpl::kAsyncIO, start_);
92 class EntryImpl::UserBuffer {
140 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
162 void EntryImpl::UserBuffer::Truncate(int offset) {
172 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
204 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
229 int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
254 void EntryImpl
295 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) function in class:disk_cache::EntryImpl
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_disk_cache.cc50 class AppCacheDiskCache::EntryImpl : public Entry { class in class:appcache::AppCacheDiskCache
52 explicit EntryImpl(disk_cache::Entry* disk_cache_entry) function in class:appcache::AppCacheDiskCache::EntryImpl
89 // while the call is in-flight and to produce an EntryImpl upon completion.
132 *entry = new EntryImpl(entry_ptr_);
140 *entry_ = new EntryImpl(entry_ptr_);

Completed in 68 milliseconds