Searched refs:DelegateReference (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_storage.h | 162 DelegateReference* delegate_reference = GetDelegateReference(delegate); in CancelDelegateCallbacks() 221 struct DelegateReference : public base::RefCounted<DelegateReference> { struct 225 DelegateReference(Delegate* delegate, AppCacheStorage* storage); argument 234 friend class base::RefCounted<DelegateReference>; argument 236 virtual ~DelegateReference(); 238 typedef std::map<Delegate*, DelegateReference*> DelegateReferenceMap; 239 typedef std::vector<scoped_refptr<DelegateReference> > 254 void AddDelegate(DelegateReference* delegate_reference) { in AddDelegate() 274 DelegateReference* GetDelegateReference(Delegate* delegate) { in GetDelegateReference() 282 DelegateReference* GetOrCreateDelegateReference(Delegate* delegate) { in GetOrCreateDelegateReference() [all …]
|
D | appcache_storage.cc | 30 AppCacheStorage::DelegateReference::DelegateReference( in DelegateReference() function in appcache::AppCacheStorage::DelegateReference 37 AppCacheStorage::DelegateReference::~DelegateReference() { in ~DelegateReference()
|
D | appcache_storage_impl.h | 127 scoped_refptr<DelegateReference> delegate_ref);
|
D | appcache_storage_impl.cc | 142 void AddDelegate(DelegateReference* delegate_reference) { in AddDelegate() 1556 scoped_refptr<DelegateReference> delegate_ref) { in DeliverShortCircuitedFindMainResponse()
|
/external/chromium_org/content/browser/appcache/ |
D | mock_appcache_storage.h | 103 void ProcessGetAllInfo(scoped_refptr<DelegateReference> delegate_ref); 105 int64 id, scoped_refptr<DelegateReference> delegate_ref); 107 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref); 110 scoped_refptr<DelegateReference> delegate_ref); 112 scoped_refptr<DelegateReference> delegate_ref, 115 const GURL& url, scoped_refptr<DelegateReference> delegate_ref);
|
D | mock_appcache_storage.cc | 192 scoped_refptr<DelegateReference> delegate_ref) { in ProcessGetAllInfo() 198 int64 id, scoped_refptr<DelegateReference> delegate_ref) { in ProcessLoadCache() 205 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref) { in ProcessLoadOrCreateGroup() 220 scoped_refptr<DelegateReference> delegate_ref) { in ProcessStoreGroupAndNewestCache() 310 const GURL& url, scoped_refptr<DelegateReference> delegate_ref) { in ProcessFindResponseForMainRequest() 429 scoped_refptr<DelegateReference> delegate_ref, in ProcessMakeGroupObsolete()
|
D | appcache_storage_unittest.cc | 85 typedef scoped_refptr<AppCacheStorage::DelegateReference> in TEST_F()
|