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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h39 // SimpleEntryImpl is the IO thread interface to an entry in the very simple
42 class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry, class in namespace:disk_cache
43 public base::RefCounted<SimpleEntryImpl>,
44 public base::SupportsWeakPtr<SimpleEntryImpl> {
45 friend class base::RefCounted<SimpleEntryImpl>;
52 SimpleEntryImpl(net::CacheType cache_type,
138 virtual ~SimpleEntryImpl();
210 // can return |this| SimpleEntryImpl to |*out_entry|. Runs
300 // All nonstatic SimpleEntryImpl methods should always be called on the IO
345 // entries. It's owned by this SimpleEntryImpl wheneve
[all...]
H A Dsimple_entry_impl.cc150 class SimpleEntryImpl::ScopedOperationRunner {
152 explicit ScopedOperationRunner(SimpleEntryImpl* entry) : entry_(entry) {
160 SimpleEntryImpl* const entry_;
163 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, function in class:disk_cache::SimpleEntryImpl
198 int SimpleEntryImpl::OpenEntry(Entry** out_entry,
237 int SimpleEntryImpl::CreateEntry(Entry** out_entry,
271 int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) {
285 void SimpleEntryImpl::SetKey(const std::string& key) {
291 void SimpleEntryImpl
[all...]

Completed in 75 milliseconds