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

  /external/chromium_org/content/browser/service_worker/
service_worker_dispatcher_host.cc 57 ServiceWorkerDispatcherHost::ServiceWorkerDispatcherHost(
67 ServiceWorkerDispatcherHost::~ServiceWorkerDispatcherHost() {
75 void ServiceWorkerDispatcherHost::Init(
80 base::Bind(&ServiceWorkerDispatcherHost::Init,
89 void ServiceWorkerDispatcherHost::OnFilterAdded(IPC::Sender* sender) {
99 void ServiceWorkerDispatcherHost::OnDestruct() const {
103 bool ServiceWorkerDispatcherHost::OnMessageReceived(
106 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerDispatcherHost, message
    [all...]
service_worker_dispatcher_host.h 26 class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
28 ServiceWorkerDispatcherHost(
54 virtual ~ServiceWorkerDispatcherHost();
58 friend class base::DeleteHelper<ServiceWorkerDispatcherHost>;
123 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerDispatcherHost);
service_worker_provider_host.h 28 class ServiceWorkerDispatcherHost;
46 ServiceWorkerDispatcherHost* dispatcher_host);
118 ServiceWorkerDispatcherHost* dispatcher_host_;
service_worker_dispatcher_host_unittest.cc 26 class TestingServiceWorkerDispatcherHost : public ServiceWorkerDispatcherHost {
32 : ServiceWorkerDispatcherHost(process_id, NULL),
service_worker_provider_host.cc 25 ServiceWorkerDispatcherHost* dispatcher_host)
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 833 scoped_refptr<ServiceWorkerDispatcherHost> service_worker_filter =
834 new ServiceWorkerDispatcherHost(GetID(), message_port_message_filter_);
    [all...]

Completed in 2189 milliseconds