Searched defs:RemoveRoute (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/
H A Dmessage_router.cc33 void MessageRouter::RemoveRoute(int32 routing_id) { function in class:content::MessageRouter
/external/chromium_org/ipc/
H A Dipc_forwarding_message_filter.cc28 void ForwardingMessageFilter::RemoveRoute(int routing_id) { function in class:IPC::ForwardingMessageFilter
/external/chromium_org/content/renderer/npapi/
H A Dplugin_channel_host.cc21 // The hypothesis at #55 requires that RemoveRoute() be called between
24 // and stores the backtrace of the RemoveRoute() in a breakpad key.
25 // The specific RemoveRoute() is not tracked (there could be multiple,
36 // Breakpad key for the RemoveRoute() backtrace.
44 // true, RemoveRoute() knows WBDP::Initialize() is on the stack, and
103 void PluginChannelHost::RemoveRoute(int route_id) { function in class:content::PluginChannelHost
115 NPChannelBase::RemoveRoute(route_id);
/external/chromium_org/content/child/
H A Dchild_thread.cc262 void ChildThread::RemoveRoute(int32 routing_id) { function in class:content::ChildThread
265 router_.RemoveRoute(routing_id);
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc245 void NPChannelBase::RemoveRoute(int route_id) { function in class:content::NPChannelBase
246 router_.RemoveRoute(route_id);
252 // If this RemoveRoute call from the NPObject is a result of us calling
300 // RemoveRoute() can clean things up correctly.
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc84 void GpuChannelManager::RemoveRoute(int32 routing_id) { function in class:content::GpuChannelManager
85 gpu_child_thread_->RemoveRoute(routing_id);
H A Dgpu_channel.cc718 void GpuChannel::RemoveRoute(int32 route_id) { function in class:content::GpuChannel
719 router_.RemoveRoute(route_id);
892 router_.RemoveRoute(route_id);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc193 RemoveRoute(route_id);
219 void GpuChannelHost::RemoveRoute(int route_id) { function in class:content::GpuChannelHost
222 base::Bind(&GpuChannelHost::MessageFilter::RemoveRoute,
301 void GpuChannelHost::MessageFilter::RemoveRoute(int route_id) { function in class:content::GpuChannelHost::MessageFilter
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc63 void MockRenderProcessHost::RemoveRoute(int32 routing_id) { function in class:content::MockRenderProcessHost
H A Dmock_render_thread.cc91 void MockRenderThread::RemoveRoute(int32 routing_id) { function in class:content::MockRenderThread
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc754 void RenderProcessHostImpl::RemoveRoute(int32 routing_id) { function in class:content::RenderProcessHostImpl
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc588 void RenderThreadImpl::RemoveRoute(int32 routing_id) { function in class:content::RenderThreadImpl
590 return ChildThread::RemoveRoute(routing_id);

Completed in 987 milliseconds