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

  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 213 // order matters, the disabled_storage_reference_ must outlive those
215 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:appcache::AppCacheHost
256 // disabled_storage_reference_ (defined earlier) allows for cleanup of an
258 // circumstances, disabled_storage_reference_ is expected to be NULL.
259 // When non-NULL both storage_ and disabled_storage_reference_ refer to the
appcache_update_job.h 249 // order matters, the disabled_storage_reference_ must outlive those
251 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:appcache::AppCacheUpdateJob
view_appcache_internals_job.cc 331 disabled_storage_reference_ = old_storage_ref;
336 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:appcache::__anon18070::BaseInternalsJob
appcache_host.cc 428 disabled_storage_reference_ = old_storage_ref;
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job.cc 856 disabled_storage_reference_ = old_storage_ref;
    [all...]

Completed in 60 milliseconds