Home
last modified time | relevance | path

Searched refs:proxy_routing_id (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl_params.cc21 int32 proxy_routing_id, in RenderViewImplParams() argument
38 proxy_routing_id(proxy_routing_id), in RenderViewImplParams()
Drender_view_impl_params.h37 int32 proxy_routing_id,
56 int32 proxy_routing_id; member
Drender_frame_impl.h433 void OnSwapOut(int proxy_routing_id);
Drender_view_impl.cc680 if (params->proxy_routing_id != MSG_ROUTING_NONE) { in Initialize()
683 RenderFrameProxy::CreateFrameProxy(params->proxy_routing_id, in Initialize()
903 int32 proxy_routing_id, in Create() argument
921 proxy_routing_id, in Create()
Drender_view_impl.h185 int32 proxy_routing_id,
Drender_thread_impl.cc1289 params.proxy_routing_id, in OnCreateNewView()
Drender_frame_impl.cc927 void RenderFrameImpl::OnSwapOut(int proxy_routing_id) { in OnSwapOut() argument
941 proxy = RenderFrameProxy::CreateFrameProxy(proxy_routing_id, routing_id_); in OnSwapOut()
/external/chromium_org/content/test/
Dtest_web_contents.cc101 int proxy_routing_id, in CreateRenderViewForRenderManager() argument
108 proxy_routing_id, in CreateRenderViewForRenderManager()
Dtest_web_contents.h58 int proxy_routing_id,
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager.h66 int proxy_routing_id,
391 int proxy_routing_id,
Drender_frame_host_manager.cc946 int proxy_routing_id = MSG_ROUTING_NONE; in CreateRenderFrame() local
957 proxy_routing_id = proxy->GetRoutingID(); in CreateRenderFrame()
961 render_view_host, opener_route_id, proxy_routing_id, in CreateRenderFrame()
986 int proxy_routing_id, in InitRenderView() argument
1009 render_view_host, opener_route_id, proxy_routing_id, for_main_frame); in InitRenderView()
/external/chromium_org/content/public/test/
Dtest_renderer_host.h75 int proxy_routing_id,
/external/chromium_org/content/common/
Dview_messages.h463 IPC_STRUCT_MEMBER(int32, proxy_routing_id)
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h521 int proxy_routing_id, in NON_EXPORTED_BASE()
Dweb_contents_impl.cc3891 int proxy_routing_id, in CreateRenderViewForRenderManager() argument
3920 proxy_routing_id, in CreateRenderViewForRenderManager()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc307 params.proxy_routing_id = proxy_route_id; in CreateRenderView()