Searched defs:GetNextRoutingID (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
H A Dmessage_port_message_filter.cc55 int MessagePortMessageFilter::GetNextRoutingID() { function in class:content::MessagePortMessageFilter
67 (*new_routing_ids)[i] = GetNextRoutingID();
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_message_filter.cc74 int SharedWorkerMessageFilter::GetNextRoutingID() { function in class:content::SharedWorkerMessageFilter
75 return message_port_message_filter_->GetNextRoutingID();
82 *route_id = GetNextRoutingID();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.cc69 int RenderWidgetHelper::GetNextRoutingID() { function in class:content::RenderWidgetHelper
140 *route_id = GetNextRoutingID();
141 *main_frame_route_id = GetNextRoutingID();
180 *route_id = GetNextRoutingID();
193 *route_id = GetNextRoutingID();
H A Drender_process_host_impl.cc837 base::Bind(&RenderWidgetHelper::GetNextRoutingID,
896 int RenderProcessHostImpl::GetNextRoutingID() { function in class:content::RenderProcessHostImpl
897 return widget_helper_->GetNextRoutingID();
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc58 int MockRenderProcessHost::GetNextRoutingID() { function in class:content::MockRenderProcessHost

Completed in 4828 milliseconds