Home
last modified time | relevance | path

Searched refs:RenderFrameProxyHost (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Drender_frame_proxy_host.cc26 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::RenderFrameProxyHost
70 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 …]
Drender_frame_proxy_host.h54 class RenderFrameProxyHost
58 static RenderFrameProxyHost* FromID(int process_id, int routing_id);
60 RenderFrameProxyHost(SiteInstance* site_instance,
62 virtual ~RenderFrameProxyHost();
131 DISALLOW_COPY_AND_ASSIGN(RenderFrameProxyHost);
Dcross_process_frame_connector.h23 class RenderFrameProxyHost; variable
67 RenderFrameProxyHost* frame_proxy_in_parent_renderer);
100 RenderFrameProxyHost* frame_proxy_in_parent_renderer_;
Drender_frame_host_manager.cc165 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 …]
Drender_frame_host_manager.h39 class RenderFrameProxyHost; variable
173 RenderFrameProxyHost* GetProxyToParent();
301 RenderFrameProxyHost* GetRenderFrameProxyHost(
521 typedef base::hash_map<int32, RenderFrameProxyHost*> RenderFrameProxyHostMap;
Drender_frame_host_impl.h52 class RenderFrameProxyHost; variable
185 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_;
Dframe_tree.cc118 RenderFrameProxyHost* render_frame_proxy_host = in FindByRoutingID()
119 RenderFrameProxyHost::FromID(process_id, routing_id); in FindByRoutingID()
Dcross_process_frame_connector.cc18 RenderFrameProxyHost* frame_proxy_in_parent_renderer) in CrossProcessFrameConnector()
Drender_frame_host_impl.cc341 RenderFrameProxyHost* proxy = in OnMessageReceived()
779 void RenderFrameHostImpl::SwapOut(RenderFrameProxyHost* proxy) { in SwapOut()
/external/chromium_org/content/browser/
Dsite_per_process_browsertest.cc226 RenderFrameProxyHost* proxy_to_parent = in IN_PROC_BROWSER_TEST_F()