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

  /external/chromium_org/content/browser/service_worker/
service_worker_provider_host_unittest.cc 55 context_->AddProviderHost(make_scoped_ptr(host1.release()));
56 context_->AddProviderHost(make_scoped_ptr(host2.release()));
57 context_->AddProviderHost(make_scoped_ptr(host3.release()));
182 context_->AddProviderHost(host.Pass());
service_worker_dispatcher_host_unittest.cc 124 context()->AddProviderHost(host.Pass());
152 context()->AddProviderHost(host.Pass());
service_worker_context_core.h 125 void AddProviderHost(scoped_ptr<ServiceWorkerProviderHost> provider_host);
service_worker_url_request_job_unittest.cc 126 helper_->context()->AddProviderHost(provider_host.Pass());
service_worker_context_core.cc 116 void ServiceWorkerContextCore::AddProviderHost(
service_worker_dispatcher_host.cc 294 GetContext()->AddProviderHost(provider_host.Pass());

Completed in 293 milliseconds