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

  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc 35 ChildThread::current()->GetRouter()->AddRoute(routing_id_, this);
46 ChildThread::current()->GetRouter()->RemoveRoute(routing_id_);
  /external/chromium_org/content/renderer/
shared_worker_repository.cc 42 return new WebSharedWorkerProxy(ChildThread::current()->GetRouter(),
render_thread_impl.cc 764 ChildThread::GetRouter()->AddRoute(routing_id, listener);
780 ChildThread::GetRouter()->RemoveRoute(routing_id);
    [all...]
  /external/chromium_org/content/child/
webmessageportchannel_impl.cc 59 ChildThread::current()->GetRouter()->RemoveRoute(route_id_);
170 ChildThread::current()->GetRouter()->AddRoute(route_id_, this);
217 ChildThread::current()->GetRouter()->Send(message);
child_thread.h 82 MessageRouter* GetRouter();
child_thread.cc 407 MessageRouter* ChildThread::GetRouter() {
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 163 new GpuChannelManager(GetRouter(),

Completed in 104 milliseconds