Home
last modified time | relevance | path

Searched refs:GetNextRoutingID (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Dframe_tree_unittest.cc114 process()->GetNextRoutingID(), in TEST_F()
122 frame_tree.AddFrame(process()->GetNextRoutingID(), 5, 14, std::string()); in TEST_F()
123 frame_tree.AddFrame(process()->GetNextRoutingID(), 5, 15, std::string()); in TEST_F()
124 frame_tree.AddFrame(process()->GetNextRoutingID(), 5, 16, std::string()); in TEST_F()
126 frame_tree.AddFrame(process()->GetNextRoutingID(), 14, 244, std::string()); in TEST_F()
127 frame_tree.AddFrame(process()->GetNextRoutingID(), 15, 255, no_children_node); in TEST_F()
128 frame_tree.AddFrame(process()->GetNextRoutingID(), 14, 245, std::string()); in TEST_F()
135 frame_tree.AddFrame(process()->GetNextRoutingID(), 16, 264, std::string()); in TEST_F()
136 frame_tree.AddFrame(process()->GetNextRoutingID(), 16, 265, std::string()); in TEST_F()
137 frame_tree.AddFrame(process()->GetNextRoutingID(), 16, 266, std::string()); in TEST_F()
[all …]
Drender_frame_message_filter.cc63 *new_render_frame_id = render_widget_helper_->GetNextRoutingID(); in OnCreateChildFrame()
/external/chromium_org/content/browser/worker_host/
Dworker_message_filter.cc54 int WorkerMessageFilter::GetNextRoutingID() { in GetNextRoutingID() function in content::WorkerMessageFilter
55 return message_port_message_filter_->GetNextRoutingID(); in GetNextRoutingID()
62 params.route_id : GetNextRoutingID(); in OnCreateWorker()
72 *route_id = GetNextRoutingID(); in OnLookupSharedWorker()
Dworker_message_filter.h31 int GetNextRoutingID();
Dworker_process_host.cc419 new_routing_id = filter->GetNextRoutingID(); in RelayMessage()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_helper.cc117 int RenderWidgetHelper::GetNextRoutingID() { in GetNextRoutingID() function in content::RenderWidgetHelper
266 *route_id = GetNextRoutingID(); in CreateNewWindow()
267 *main_frame_route_id = GetNextRoutingID(); in CreateNewWindow()
306 *route_id = GetNextRoutingID(); in CreateNewWidget()
319 *route_id = GetNextRoutingID(); in CreateNewFullscreenWidget()
Drender_widget_helper.h115 int GetNextRoutingID();
Drender_process_host_impl.h85 virtual int GetNextRoutingID() OVERRIDE;
Drender_view_host_unittest.cc70 int routing_id = process()->GetNextRoutingID(); in TEST_F()
Drender_process_host_impl.cc724 base::Bind(&RenderWidgetHelper::GetNextRoutingID, in CreateMessageFilters()
767 int RenderProcessHostImpl::GetNextRoutingID() { in GetNextRoutingID() function in content::RenderProcessHostImpl
768 return widget_helper_->GetNextRoutingID(); in GetNextRoutingID()
Drender_message_filter.cc834 *route_id = render_widget_helper_->GetNextRoutingID(); in OnGenerateRoutingID()
Drender_widget_host_impl.cc196 routing_id_ = process_->GetNextRoutingID(); in RenderWidgetHostImpl()
Drender_view_host_impl.cc218 main_frame_routing_id = GetProcess()->GetNextRoutingID(); in RenderViewHostImpl()
/external/chromium_org/content/browser/
Dmessage_port_message_filter.h29 int GetNextRoutingID();
Dmessage_port_message_filter.cc55 int MessagePortMessageFilter::GetNextRoutingID() { in GetNextRoutingID() function in content::MessagePortMessageFilter
Dmessage_port_service.cc168 new_routing_ids[i] = entangled_port.filter->GetNextRoutingID(); in PostMessageTo()
/external/chromium_org/content/public/browser/
Drender_process_host.h70 virtual int GetNextRoutingID() = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h39 virtual int GetNextRoutingID() OVERRIDE;
Dmock_render_process_host.cc61 int MockRenderProcessHost::GetNextRoutingID() { in GetNextRoutingID() function in content::MockRenderProcessHost
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc3335 new_routing_ids[i] = message_port_message_filter->GetNextRoutingID(); in RouteMessageEvent()