HomeSort by relevance Sort by last modified time
    Searched refs:SimpleEntryImpl (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_net_log_parameters.h 14 class SimpleEntryImpl;
17 // SimpleEntryImpl. Contains the entry's hash. |entry| can't be NULL and must
20 const SimpleEntryImpl* entry);
23 // |CreateEntry| or |OpenEntry| on a SimpleEntryImpl. Contains the |net_error|
27 const SimpleEntryImpl* entry,
simple_entry_operation.h 19 class SimpleEntryImpl;
22 // SimpleEntryImpl, between the moment they are issued by users of the backend,
43 static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry,
48 SimpleEntryImpl* entry,
52 static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry);
53 static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry,
61 SimpleEntryImpl* entry,
70 SimpleEntryImpl* entry,
76 SimpleEntryImpl* entry,
82 SimpleEntryImpl* entry
    [all...]
simple_net_log_parameters.cc 19 const disk_cache::SimpleEntryImpl* entry,
28 const disk_cache::SimpleEntryImpl* entry,
43 const SimpleEntryImpl* entry) {
49 const SimpleEntryImpl* entry,
simple_entry_impl.cc 150 class SimpleEntryImpl::ScopedOperationRunner {
152 explicit ScopedOperationRunner(SimpleEntryImpl* entry) : entry_(entry) {
160 SimpleEntryImpl* const entry_;
163 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type,
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::Doom()
    [all...]
simple_backend_impl.h 40 class SimpleEntryImpl;
69 void OnDeactivated(const SimpleEntryImpl* entry);
110 typedef base::hash_map<uint64, base::WeakPtr<SimpleEntryImpl> > EntryMap;
140 scoped_refptr<SimpleEntryImpl> CreateOrFindActiveEntry(
171 scoped_refptr<SimpleEntryImpl> simple_entry,
179 scoped_refptr<SimpleEntryImpl> simple_entry,
204 const SimpleEntryImpl::OperationsMode entry_operations_mode_;
simple_entry_operation.cc 56 SimpleEntryImpl* entry,
78 SimpleEntryImpl* entry,
100 SimpleEntryImpl* entry) {
119 SimpleEntryImpl* entry,
144 SimpleEntryImpl* entry,
170 SimpleEntryImpl* entry,
193 SimpleEntryImpl* entry,
216 SimpleEntryImpl* entry,
239 SimpleEntryImpl* entry,
310 SimpleEntryOperation::SimpleEntryOperation(SimpleEntryImpl* entry
    [all...]
simple_entry_impl.h 39 // SimpleEntryImpl is the IO thread interface to an entry in the very simple
42 class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry,
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 whenever |executing_operation_
    [all...]
simple_backend_impl.cc 211 SimpleEntryImpl::OPTIMISTIC_OPERATIONS :
212 SimpleEntryImpl::NON_OPTIMISTIC_OPERATIONS),
253 void SimpleBackendImpl::OnDeactivated(const SimpleEntryImpl* entry) {
366 scoped_refptr<SimpleEntryImpl> simple_entry =
394 scoped_refptr<SimpleEntryImpl> simple_entry =
412 scoped_refptr<SimpleEntryImpl> simple_entry =
509 scoped_refptr<SimpleEntryImpl> SimpleBackendImpl::CreateOrFindActiveEntry(
515 base::WeakPtr<SimpleEntryImpl>()));
520 SimpleEntryImpl* entry = new SimpleEntryImpl(
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 196 milliseconds