Home
last modified time | relevance | path

Searched refs:GetRouter (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dppb_broker_impl.cc35 ChildThread::current()->GetRouter()->AddRoute(routing_id_, this); in PPB_Broker_Impl()
46 ChildThread::current()->GetRouter()->RemoveRoute(routing_id_); in ~PPB_Broker_Impl()
/external/chromium_org/content/child/
Dwebmessageportchannel_impl.cc59 ChildThread::current()->GetRouter()->RemoveRoute(route_id_); in ~WebMessagePortChannelImpl()
170 ChildThread::current()->GetRouter()->AddRoute(route_id_, this); in Init()
217 ChildThread::current()->GetRouter()->Send(message); in Send()
Dchild_thread.h82 MessageRouter* GetRouter();
Dchild_thread.cc407 MessageRouter* ChildThread::GetRouter() { in GetRouter() function in content::ChildThread
/external/chromium_org/content/renderer/
Dshared_worker_repository.cc42 return new WebSharedWorkerProxy(ChildThread::current()->GetRouter(), in createSharedWorkerConnector()
Drender_thread_impl.cc764 ChildThread::GetRouter()->AddRoute(routing_id, listener); in AddRoute()
780 ChildThread::GetRouter()->RemoveRoute(routing_id); in RemoveRoute()
/external/chromium_org/content/gpu/
Dgpu_child_thread.cc163 new GpuChannelManager(GetRouter(), in OnInitialize()