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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 151 DelegateReference* delegate_reference = GetDelegateReference(delegate);
212 struct DelegateReference : public base::RefCounted<DelegateReference> {
216 DelegateReference(Delegate* delegate, AppCacheStorage* storage);
225 friend class base::RefCounted<DelegateReference>;
227 virtual ~DelegateReference();
229 typedef std::map<Delegate*, DelegateReference*> DelegateReferenceMap;
230 typedef std::vector<scoped_refptr<DelegateReference> >
245 void AddDelegate(DelegateReference* delegate_reference) {
265 DelegateReference* GetDelegateReference(Delegate* delegate)
    [all...]
appcache_storage.cc 30 AppCacheStorage::DelegateReference::DelegateReference(
37 AppCacheStorage::DelegateReference::~DelegateReference() {
mock_appcache_storage.h 73 void ProcessGetAllInfo(scoped_refptr<DelegateReference> delegate_ref);
75 int64 id, scoped_refptr<DelegateReference> delegate_ref);
77 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref);
80 scoped_refptr<DelegateReference> delegate_ref);
83 scoped_refptr<DelegateReference> delegate_ref);
85 const GURL& url, scoped_refptr<DelegateReference> delegate_ref);
mock_appcache_storage.cc 182 scoped_refptr<DelegateReference> delegate_ref) {
188 int64 id, scoped_refptr<DelegateReference> delegate_ref) {
195 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref) {
210 scoped_refptr<DelegateReference> delegate_ref) {
300 const GURL& url, scoped_refptr<DelegateReference> delegate_ref) {
418 scoped_refptr<DelegateReference> delegate_ref) {
appcache_storage_impl.h 126 scoped_refptr<DelegateReference> delegate_ref);
appcache_storage_unittest.cc 79 typedef scoped_refptr<AppCacheStorage::DelegateReference>
appcache_storage_impl.cc 141 void AddDelegate(DelegateReference* delegate_reference) {
    [all...]

Completed in 567 milliseconds