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

  /external/chromium_org/content/browser/appcache/
appcache_storage.h 158 DelegateReference* delegate_reference = GetDelegateReference(delegate);
217 struct CONTENT_EXPORT DelegateReference :
218 public base::RefCounted<DelegateReference> {
222 DelegateReference(Delegate* delegate, AppCacheStorage* storage);
231 friend class base::RefCounted<DelegateReference>;
233 virtual ~DelegateReference();
235 typedef std::map<Delegate*, DelegateReference*> DelegateReferenceMap;
236 typedef std::vector<scoped_refptr<DelegateReference> >
251 void AddDelegate(DelegateReference* delegate_reference) {
271 DelegateReference* GetDelegateReference(Delegate* delegate)
    [all...]
appcache_storage.cc 30 AppCacheStorage::DelegateReference::DelegateReference(
37 AppCacheStorage::DelegateReference::~DelegateReference() {
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);
mock_appcache_storage.cc 185 scoped_refptr<DelegateReference> delegate_ref) {
191 int64 id, scoped_refptr<DelegateReference> delegate_ref) {
198 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref) {
213 scoped_refptr<DelegateReference> delegate_ref) {
303 const GURL& url, scoped_refptr<DelegateReference> delegate_ref) {
422 scoped_refptr<DelegateReference> delegate_ref,
appcache_storage_impl.h 129 scoped_refptr<DelegateReference> delegate_ref);
appcache_storage_unittest.cc 79 typedef scoped_refptr<AppCacheStorage::DelegateReference>
appcache_storage_impl.cc 143 void AddDelegate(DelegateReference* delegate_reference) {
    [all...]

Completed in 136 milliseconds