Searched refs:DelegateReference (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/browser/appcache/ |
D | appcache_storage.h | 158 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 …]
|
D | mock_appcache_storage.h | 92 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);
|
D | appcache_storage.cc | 30 AppCacheStorage::DelegateReference::DelegateReference( in DelegateReference() function in content::AppCacheStorage::DelegateReference 37 AppCacheStorage::DelegateReference::~DelegateReference() { in ~DelegateReference()
|
D | mock_appcache_storage.cc | 185 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()
|
D | appcache_storage_impl.h | 129 scoped_refptr<DelegateReference> delegate_ref);
|
D | appcache_storage_unittest.cc | 79 typedef scoped_refptr<AppCacheStorage::DelegateReference> in TEST_F()
|
D | appcache_storage_impl.cc | 143 void AddDelegate(DelegateReference* delegate_reference) { in AddDelegate() 1563 scoped_refptr<DelegateReference> delegate_ref) { in DeliverShortCircuitedFindMainResponse()
|