Searched refs:CreateResponseReader (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_response_unittest.cc297 reader_.reset(service_->storage()->CreateResponseReader(
459 reader_.reset(service_->storage()->CreateResponseReader(
482 reader_.reset(service_->storage()->CreateResponseReader(
508 reader_.reset(service_->storage()->CreateResponseReader(
522 reader_.reset(service_->storage()->CreateResponseReader(
536 reader_.reset(service_->storage()->CreateResponseReader(
574 reader_.reset(service_->storage()->CreateResponseReader(
634 reader_.reset(service_->storage()->CreateResponseReader(
H A Dappcache_storage.cc63 storage_->CreateResponseReader(manifest_url_, group_id_, response_id_));
H A Dappcache_url_request_job.cc190 handler_source_reader_.reset(storage_->CreateResponseReader(
277 reader_.reset(storage_->CreateResponseReader(
H A Dappcache_storage.h164 virtual AppCacheResponseReader* CreateResponseReader(
H A Dappcache_storage_impl.h63 virtual AppCacheResponseReader* CreateResponseReader(
H A Dmock_appcache_storage.h71 virtual AppCacheResponseReader* CreateResponseReader(
H A Dmock_appcache_storage.cc156 AppCacheResponseReader* MockAppCacheStorage::CreateResponseReader( function in class:content::MockAppCacheStorage
H A Dappcache_service_impl.cc381 response_reader_.reset(service_->storage()->CreateResponseReader(
H A Dview_appcache_internals_job.cc607 reader_.reset(appcache_storage_->CreateResponseReader(
H A Dappcache_storage_impl.cc1636 AppCacheResponseReader* AppCacheStorageImpl::CreateResponseReader( function in class:content::AppCacheStorageImpl
H A Dappcache_update_job.cc1090 storage_->CreateResponseReader(manifest_url_,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc52 reader_ = context_->storage()->CreateResponseReader(response_id_);
H A Dservice_worker_storage.h120 scoped_ptr<ServiceWorkerResponseReader> CreateResponseReader(
H A Dservice_worker_storage.cc539 ServiceWorkerStorage::CreateResponseReader(int64 response_id) { function in class:content::ServiceWorkerStorage
582 CreateResponseReader(lhs_id),
583 CreateResponseReader(rhs_id),
H A Dservice_worker_storage_unittest.cc141 storage->CreateResponseReader(id);

Completed in 718 milliseconds