Searched defs:RenderFrameProxyHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_proxy_host.cc26 typedef base::hash_map<RenderFrameProxyHostID, RenderFrameProxyHost*>
34 RenderFrameProxyHost* RenderFrameProxyHost::FromID(int process_id,
43 RenderFrameProxyHost::RenderFrameProxyHost(SiteInstance* site_instance, function in class:content::RenderFrameProxyHost
70 RenderFrameProxyHost::~RenderFrameProxyHost() {
79 void RenderFrameProxyHost::SetChildRWHView(RenderWidgetHostView* view) {
84 RenderViewHostImpl* RenderFrameProxyHost::GetRenderViewHost() {
89 scoped_ptr<RenderFrameHostImpl> RenderFrameProxyHost
[all...]
H A Drender_frame_proxy_host.h30 // of RenderFrameProxyHost objects - one for all other SiteInstances with
35 // For now, RenderFrameProxyHost is created when a RenderFrameHost is swapped
39 // Long term, RenderFrameProxyHost will be created whenever a cross-site
41 // alive. A RenderFrameProxyHost and a RenderFrameHost for the same SiteInstance
44 // * When navigating cross-process and there is already a RenderFrameProxyHost
50 // creates a RenderFrameProxyHost for the old SiteInstance and uses it going
54 class RenderFrameProxyHost class in namespace:content
58 static RenderFrameProxyHost* FromID(int process_id, int routing_id);
60 RenderFrameProxyHost(SiteInstance* site_instance,
62 virtual ~RenderFrameProxyHost();
[all...]

Completed in 85 milliseconds