Home
last modified time | relevance | path

Searched refs:SimpleEntryImpl (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_operation.h19 class SimpleEntryImpl; variable
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,
88 SimpleEntryImpl* entry,
[all …]
Dsimple_entry_impl.cc151 class SimpleEntryImpl::ScopedOperationRunner {
153 explicit ScopedOperationRunner(SimpleEntryImpl* entry) : entry_(entry) { in ScopedOperationRunner()
161 SimpleEntryImpl* const entry_;
164 SimpleEntryImpl::ActiveEntryProxy::~ActiveEntryProxy() {} in ~ActiveEntryProxy()
166 SimpleEntryImpl::SimpleEntryImpl(net::CacheType cache_type, in SimpleEntryImpl() function in disk_cache::SimpleEntryImpl
201 void SimpleEntryImpl::SetActiveEntryProxy( in SetActiveEntryProxy()
207 int SimpleEntryImpl::OpenEntry(Entry** out_entry, in OpenEntry()
246 int SimpleEntryImpl::CreateEntry(Entry** out_entry, in CreateEntry()
280 int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) { in DoomEntry()
294 void SimpleEntryImpl::SetKey(const std::string& key) { in SetKey()
[all …]
Dsimple_entry_operation.cc56 SimpleEntryImpl* entry, in OpenOperation()
78 SimpleEntryImpl* entry, in CreateOperation()
100 SimpleEntryImpl* entry) { in CloseOperation()
119 SimpleEntryImpl* entry, in ReadOperation()
144 SimpleEntryImpl* entry, in WriteOperation()
170 SimpleEntryImpl* entry, in ReadSparseOperation()
193 SimpleEntryImpl* entry, in WriteSparseOperation()
216 SimpleEntryImpl* entry, in GetAvailableRangeOperation()
239 SimpleEntryImpl* entry, in DoomOperation()
310 SimpleEntryOperation::SimpleEntryOperation(SimpleEntryImpl* entry, in SimpleEntryOperation()
Dsimple_net_log_parameters.cc19 const disk_cache::SimpleEntryImpl* entry, in NetLogSimpleEntryConstructionCallback()
28 const disk_cache::SimpleEntryImpl* entry, in NetLogSimpleEntryCreationCallback()
43 const SimpleEntryImpl* entry) { in CreateNetLogSimpleEntryConstructionCallback()
49 const SimpleEntryImpl* entry, in CreateNetLogSimpleEntryCreationCallback()
Dsimple_net_log_parameters.h14 class SimpleEntryImpl; variable
20 const SimpleEntryImpl* entry);
27 const SimpleEntryImpl* entry,
Dsimple_backend_impl.h45 class SimpleEntryImpl; variable
114 typedef base::hash_map<uint64, SimpleEntryImpl*> EntryMap;
147 scoped_refptr<SimpleEntryImpl> CreateOrFindActiveEntry(
170 const scoped_refptr<SimpleEntryImpl>& simple_entry,
178 const scoped_refptr<SimpleEntryImpl>& simple_entry,
195 const SimpleEntryImpl::OperationsMode entry_operations_mode_;
Dsimple_backend_impl.cc199 : public SimpleEntryImpl::ActiveEntryProxy {
208 static scoped_ptr<SimpleEntryImpl::ActiveEntryProxy> Create( in Create()
211 scoped_ptr<SimpleEntryImpl::ActiveEntryProxy> in Create()
237 SimpleEntryImpl::OPTIMISTIC_OPERATIONS : in SimpleBackendImpl()
238 SimpleEntryImpl::NON_OPTIMISTIC_OPERATIONS), in SimpleBackendImpl()
387 scoped_refptr<SimpleEntryImpl> simple_entry = in OpenEntry()
415 scoped_refptr<SimpleEntryImpl> simple_entry = in CreateEntry()
433 scoped_refptr<SimpleEntryImpl> simple_entry = in DoomEntry()
588 scoped_refptr<SimpleEntryImpl> SimpleBackendImpl::CreateOrFindActiveEntry( in CreateOrFindActiveEntry()
597 SimpleEntryImpl* entry = it->second = in CreateOrFindActiveEntry()
[all …]
Dsimple_entry_impl.h41 class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry,
42 public base::RefCounted<SimpleEntryImpl> {
43 friend class base::RefCounted<SimpleEntryImpl>;
58 SimpleEntryImpl(net::CacheType cache_type,
147 virtual ~SimpleEntryImpl();
/external/chromium_org/net/disk_cache/
Dentry_unittest.cc2808 static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
2846 static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
2875 static_cast<disk_cache::SimpleEntryImpl*>(entry2)->HasOneRef()); in TEST_F()
2940 static_cast<disk_cache::SimpleEntryImpl*>(entry2)->HasOneRef()); in TEST_F()
2975 static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
3143 disk_cache::SimpleEntryImpl* simple_entry1 = in TEST_F()
3144 static_cast<disk_cache::SimpleEntryImpl*>(entry1); in TEST_F()
3235 static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
3534 static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
3583 EXPECT_TRUE(static_cast<disk_cache::SimpleEntryImpl*>(entry)->HasOneRef()); in TEST_F()
[all …]