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

  /external/chromium_org/content/browser/appcache/
appcache_host.h 236 // 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
appcache_update_job.h 272 // order matters, the disabled_storage_reference_ must outlive those
274 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::AppCacheUpdateJob
view_appcache_internals_job.cc 330 disabled_storage_reference_ = old_storage_ref;
335 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::__anon11641::BaseInternalsJob
appcache_host.cc 434 disabled_storage_reference_ = old_storage_ref;
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job.cc     [all...]

Completed in 100 milliseconds