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

  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 239 // order matters, the disabled_storage_reference_ must outlive those
241 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:appcache::AppCacheHost
282 // disabled_storage_reference_ (defined earlier) allows for cleanup of an
284 // circumstances, disabled_storage_reference_ is expected to be NULL.
285 // When non-NULL both storage_ and disabled_storage_reference_ refer to the
appcache_update_job.h 276 // order matters, the disabled_storage_reference_ must outlive those
278 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:appcache::AppCacheUpdateJob
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 342 disabled_storage_reference_ = old_storage_ref;
347 scoped_refptr<AppCacheStorageReference> disabled_storage_reference_; member in class:content::__anon11354::BaseInternalsJob

Completed in 139 milliseconds