AddRoute           27 chrome/renderer/extensions/chrome_v8_extension_handler.cc     RenderThread::Get()->AddRoute(routing_id_, this);
AddRoute          180 chrome/renderer/plugins/chrome_plugin_placeholder.cc   RenderThread::Get()->AddRoute(placeholder_routing_id_, this);
AddRoute           44 content/browser/devtools/shared_worker_devtools_manager.cc       host->AddRoute(worker_id_.second, this);
AddRoute           77 content/browser/devtools/shared_worker_devtools_manager.cc       host->AddRoute(worker_id_.second, this);
AddRoute           74 content/browser/frame_host/render_frame_host_impl.cc   GetProcess()->AddRoute(routing_id_, this);
AddRoute          421 content/browser/gpu/browser_gpu_channel_host_factory.cc   filter->AddRoute(MSG_ROUTING_CONTROL, handler);
AddRoute           95 content/browser/renderer_host/render_process_host_impl.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
AddRoute          234 content/browser/renderer_host/render_widget_host_impl.cc   process_->AddRoute(routing_id_, this);
AddRoute          257 content/child/npapi/np_channel_base.cc   router_.AddRoute(route_id, listener);
AddRoute           68 content/child/npapi/np_channel_base.h   void AddRoute(int route_id, IPC::Listener* listener, NPObjectBase* npobject);
AddRoute           70 content/child/npapi/npobject_proxy.cc   channel_->AddRoute(route_id, this, this);
AddRoute           37 content/child/npapi/npobject_stub.cc   channel_->AddRoute(route_id, this, this);
AddRoute          158 content/child/webmessageportchannel_impl.cc   ChildThread::current()->GetRouter()->AddRoute(route_id_, this);
AddRoute          151 content/common/gpu/client/gpu_channel_host.cc   AddRoute(route_id, command_buffer->AsWeakPtr());
AddRoute          188 content/common/gpu/client/gpu_channel_host.cc   AddRoute(route_id, command_buffer->AsWeakPtr());
AddRoute          232 content/common/gpu/client/gpu_channel_host.cc                     base::Bind(&GpuChannelHost::MessageFilter::AddRoute,
AddRoute          141 content/common/gpu/client/gpu_channel_host.h   void AddRoute(int route_id, base::WeakPtr<IPC::Listener> listener);
AddRoute          180 content/common/gpu/client/gpu_channel_host.h     void AddRoute(int route_id,
AddRoute          100 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   channel_->AddRoute(decoder_route_id_, weak_this_factory_.GetWeakPtr());
AddRoute          100 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   channel_->AddRoute(encoder_route_id_, weak_this_factory_.GetWeakPtr());
AddRoute          598 content/common/gpu/gpu_channel.cc   router_.AddRoute(*route_id, stub.get());
AddRoute          661 content/common/gpu/gpu_channel.cc   router_.AddRoute(route_id, listener);
AddRoute          816 content/common/gpu/gpu_channel.cc   router_.AddRoute(*route_id, stub.get());
AddRoute          133 content/common/gpu/gpu_channel.h   void AddRoute(int32 route_id, IPC::Listener* listener);
AddRoute           89 content/common/gpu/gpu_channel_manager.cc   router_->AddRoute(routing_id, listener);
AddRoute           82 content/common/gpu/gpu_channel_manager.h   void AddRoute(int32 routing_id, IPC::Listener* listener);
AddRoute           52 content/common/gpu/image_transport_surface.cc   manager_->AddRoute(route_id_, this);
AddRoute          131 content/common/gpu/media/gpu_video_decode_accelerator.cc   stub_->channel()->AddRoute(host_route_id_, this);
AddRoute           49 content/common/gpu/media/gpu_video_encode_accelerator.cc   stub_->channel()->AddRoute(host_route_id_, this);
AddRoute           78 content/common/gpu/stream_texture_android.cc   owner_stub->channel()->AddRoute(route_id, this);
AddRoute           52 content/common/message_router.h   void AddRoute(int32 routing_id, IPC::Listener* listener);
AddRoute          276 content/plugin/plugin_channel.cc   AddRoute(*instance_id, stub.get(), NULL);
AddRoute           77 content/public/browser/render_process_host.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) = 0;
AddRoute           59 content/public/renderer/render_thread.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) = 0;
AddRoute           40 content/public/test/mock_render_process_host.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
AddRoute           49 content/public/test/mock_render_thread.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
AddRoute          196 content/renderer/devtools/devtools_agent.cc     gpu_channel_host->AddRoute(gpu_route_id_, AsWeakPtr());
AddRoute           98 content/renderer/gpu/compositor_output_surface.cc   output_surface_filter_->AddRoute(
AddRoute           32 content/renderer/gpu/stream_texture_host_android.cc     channel_->AddRoute(stream_id, weak_ptr_factory_.GetWeakPtr());
AddRoute           97 content/renderer/npapi/plugin_channel_host.cc   NPChannelBase::AddRoute(route_id, listener, npobject);
AddRoute           34 content/renderer/npapi/plugin_channel_host.h   void AddRoute(int route_id, IPC::Listener* listener,
AddRoute          364 content/renderer/npapi/webplugin_delegate_proxy.cc   channel_host_->AddRoute(instance_id_, this, NULL);
AddRoute           36 content/renderer/pepper/ppb_broker_impl.cc   ChildThread::current()->GetRouter()->AddRoute(routing_id_, this);
AddRoute          321 content/renderer/render_frame_impl.cc   RenderThread::Get()->AddRoute(routing_id_, this);
AddRoute          671 content/renderer/render_thread_impl.cc   ChildThread::GetRouter()->AddRoute(routing_id, listener);
AddRoute          680 content/renderer/render_thread_impl.cc   AddRoute(routing_id, listener);
AddRoute          136 content/renderer/render_thread_impl.h   virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
AddRoute          741 content/renderer/render_view_impl.cc   RenderThread::Get()->AddRoute(routing_id_, this);
AddRoute          477 content/renderer/render_widget.cc     RenderThread::Get()->AddRoute(routing_id_, this);
AddRoute           27 content/renderer/websharedworker_proxy.cc   router_->AddRoute(route_id_, this);
AddRoute           37 content/worker/websharedworker_stub.cc   worker_thread->GetRouter()->AddRoute(route_id_, this);
AddRoute           44 ipc/ipc_forwarding_message_filter.h   void AddRoute(int routing_id, const Handler& handler);