Searched defs:disabled_storage_reference_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_host.h236 // order matters, the disabled_storage_reference_ must outlive those
238 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::AppCacheHost
279 // disabled_storage_reference_ (defined earlier) allows for cleanup of an
281 // circumstances, disabled_storage_reference_ is expected to be NULL.
282 // When non-NULL both storage_ and disabled_storage_reference_ refer to the
H A Dappcache_update_job.h272 // order matters, the disabled_storage_reference_ must outlive those
274 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::AppCacheUpdateJob
H A Dview_appcache_internals_job.cc330 disabled_storage_reference_ = old_storage_ref;
335 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::__anon7016::BaseInternalsJob

Completed in 1708 milliseconds