Home
last modified time | relevance | path

Searched refs:DelegateReference (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_storage.h158 DelegateReference* delegate_reference = GetDelegateReference(delegate); in CancelDelegateCallbacks()
217 struct CONTENT_EXPORT DelegateReference : struct
218 public base::RefCounted<DelegateReference> {
222 DelegateReference(Delegate* delegate, AppCacheStorage* storage); argument
231 friend class base::RefCounted<DelegateReference>; argument
233 virtual ~DelegateReference();
235 typedef std::map<Delegate*, DelegateReference*> DelegateReferenceMap;
236 typedef std::vector<scoped_refptr<DelegateReference> >
251 void AddDelegate(DelegateReference* delegate_reference) { in AddDelegate()
271 DelegateReference* GetDelegateReference(Delegate* delegate) { in GetDelegateReference()
[all …]
Dmock_appcache_storage.h92 void ProcessGetAllInfo(scoped_refptr<DelegateReference> delegate_ref);
94 int64 id, scoped_refptr<DelegateReference> delegate_ref);
96 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref);
99 scoped_refptr<DelegateReference> delegate_ref);
101 scoped_refptr<DelegateReference> delegate_ref,
104 const GURL& url, scoped_refptr<DelegateReference> delegate_ref);
Dappcache_storage.cc30 AppCacheStorage::DelegateReference::DelegateReference( in DelegateReference() function in content::AppCacheStorage::DelegateReference
37 AppCacheStorage::DelegateReference::~DelegateReference() { in ~DelegateReference()
Dmock_appcache_storage.cc185 scoped_refptr<DelegateReference> delegate_ref) { in ProcessGetAllInfo()
191 int64 id, scoped_refptr<DelegateReference> delegate_ref) { in ProcessLoadCache()
198 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref) { in ProcessLoadOrCreateGroup()
213 scoped_refptr<DelegateReference> delegate_ref) { in ProcessStoreGroupAndNewestCache()
303 const GURL& url, scoped_refptr<DelegateReference> delegate_ref) { in ProcessFindResponseForMainRequest()
422 scoped_refptr<DelegateReference> delegate_ref, in ProcessMakeGroupObsolete()
Dappcache_storage_impl.h129 scoped_refptr<DelegateReference> delegate_ref);
Dappcache_storage_unittest.cc79 typedef scoped_refptr<AppCacheStorage::DelegateReference> in TEST_F()
Dappcache_storage_impl.cc143 void AddDelegate(DelegateReference* delegate_reference) { in AddDelegate()
1563 scoped_refptr<DelegateReference> delegate_ref) { in DeliverShortCircuitedFindMainResponse()