Searched refs:RenderFrameProxyHost (Results 1 – 10 of 10) sorted by relevance
26 typedef base::hash_map<RenderFrameProxyHostID, RenderFrameProxyHost*>34 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id, in FromID()43 RenderFrameProxyHost::RenderFrameProxyHost(SiteInstance* site_instance, in RenderFrameProxyHost() function in content::RenderFrameProxyHost70 RenderFrameProxyHost::~RenderFrameProxyHost() { in ~RenderFrameProxyHost()79 void RenderFrameProxyHost::SetChildRWHView(RenderWidgetHostView* view) { in SetChildRWHView()84 RenderViewHostImpl* RenderFrameProxyHost::GetRenderViewHost() { in GetRenderViewHost()89 scoped_ptr<RenderFrameHostImpl> RenderFrameProxyHost::PassFrameHostOwnership() { in PassFrameHostOwnership()94 bool RenderFrameProxyHost::Send(IPC::Message *msg) { in Send()102 bool RenderFrameProxyHost::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()115 bool RenderFrameProxyHost::InitRenderFrameProxy() { in InitRenderFrameProxy()[all …]
54 class RenderFrameProxyHost58 static RenderFrameProxyHost* FromID(int process_id, int routing_id);60 RenderFrameProxyHost(SiteInstance* site_instance,62 virtual ~RenderFrameProxyHost();131 DISALLOW_COPY_AND_ASSIGN(RenderFrameProxyHost);
23 class RenderFrameProxyHost; variable67 RenderFrameProxyHost* frame_proxy_in_parent_renderer);100 RenderFrameProxyHost* frame_proxy_in_parent_renderer_;
165 RenderFrameProxyHost* RenderFrameHostManager::GetProxyToParent() { in GetProxyToParent()541 RenderFrameProxyHost* proxy = new RenderFrameProxyHost( in SwapOutOldPage()690 RenderFrameProxyHost* proxy = iter->second; in ClearProxiesInSiteInstance()1112 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance); in CreateRenderFrame()1152 proxy = new RenderFrameProxyHost( in CreateRenderFrame()1200 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance); in CreateRenderFrameProxy()1204 proxy = new RenderFrameProxyHost(instance, frame_tree_node_); in CreateRenderFrameProxy()1428 RenderFrameProxyHost* proxy = GetProxyToParent(); in CommitPending()1628 RenderFrameProxyHost* proxy = in CancelPending()1629 new RenderFrameProxyHost(site_instance, frame_tree_node_); in CancelPending()[all …]
39 class RenderFrameProxyHost; variable173 RenderFrameProxyHost* GetProxyToParent();301 RenderFrameProxyHost* GetRenderFrameProxyHost(521 typedef base::hash_map<int32, RenderFrameProxyHost*> RenderFrameProxyHostMap;
52 class RenderFrameProxyHost; variable185 void set_render_frame_proxy_host(RenderFrameProxyHost* proxy) { in set_render_frame_proxy_host()218 void SwapOut(RenderFrameProxyHost* proxy);466 RenderFrameProxyHost* render_frame_proxy_host_;
118 RenderFrameProxyHost* render_frame_proxy_host = in FindByRoutingID()119 RenderFrameProxyHost::FromID(process_id, routing_id); in FindByRoutingID()
18 RenderFrameProxyHost* frame_proxy_in_parent_renderer) in CrossProcessFrameConnector()
341 RenderFrameProxyHost* proxy = in OnMessageReceived()779 void RenderFrameHostImpl::SwapOut(RenderFrameProxyHost* proxy) { in SwapOut()
226 RenderFrameProxyHost* proxy_to_parent = in IN_PROC_BROWSER_TEST_F()