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

  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.h 38 WebServiceWorkerImpl(scoped_ptr<ServiceWorkerHandleReference> handle_ref,
web_service_worker_registration_impl.h 28 scoped_ptr<ServiceWorkerRegistrationHandleReference> handle_ref);
web_service_worker_impl.cc 23 scoped_ptr<ServiceWorkerHandleReference> handle_ref,
25 : handle_ref_(handle_ref.Pass()),
web_service_worker_registration_impl.cc 23 scoped_ptr<ServiceWorkerRegistrationHandleReference> handle_ref)
24 : handle_ref_(handle_ref.Pass()),
service_worker_dispatcher.cc 244 scoped_ptr<ServiceWorkerHandleReference> handle_ref = local
250 return new WebServiceWorkerImpl(handle_ref.Pass(), thread_safe_sender_.get());
278 scoped_ptr<ServiceWorkerRegistrationHandleReference> handle_ref =
286 return new WebServiceWorkerRegistrationImpl(handle_ref.Pass());

Completed in 861 milliseconds