Searched refs:RenderFrameProxyHost (Results 1 - 10 of 10) 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...]
H A Dcross_process_frame_connector.h23 class RenderFrameProxyHost;
32 // communicate with the RenderFrameProxyHost representing this frame in the
58 // CrossProcessFrameConnector objects are owned by the RenderFrameProxyHost
67 RenderFrameProxyHost* frame_proxy_in_parent_renderer);
98 // The RenderFrameProxyHost that routes messages to the parent frame's
100 RenderFrameProxyHost* frame_proxy_in_parent_renderer_;
H A Drender_frame_host_manager.h39 class RenderFrameProxyHost;
173 RenderFrameProxyHost* GetProxyToParent();
264 // Helper method to create and initialize a RenderFrameProxyHost and return
301 RenderFrameProxyHost* GetRenderFrameProxyHost(
463 // Helper method to delete a RenderFrameProxyHost from the list, if one exists
521 typedef base::hash_map<int32, RenderFrameProxyHost*> RenderFrameProxyHostMap;
H A Drender_frame_host_impl.h52 class RenderFrameProxyHost;
77 // The RFH is swapped out and stored inside a RenderFrameProxyHost, being
185 void set_render_frame_proxy_host(RenderFrameProxyHost* proxy) {
218 void SwapOut(RenderFrameProxyHost* proxy);
459 // This will move to RenderFrameProxyHost when that class is created.
466 RenderFrameProxyHost* render_frame_proxy_host_;
H A Drender_frame_host_manager.cc165 RenderFrameProxyHost* RenderFrameHostManager::GetProxyToParent() {
536 // Create the RenderFrameProxyHost that will replace the
541 RenderFrameProxyHost* proxy = new RenderFrameProxyHost(
690 RenderFrameProxyHost* proxy = iter->second;
1112 RenderFrameProxyHost* proxy = GetRenderFrameProxyHost(instance);
1116 // Delete the existing RenderFrameProxyHost, but reuse the RenderFrameHost.
1152 proxy = new RenderFrameProxyHost(
1195 // A RenderFrameProxyHost should never be created in the same SiteInstance as
1200 RenderFrameProxyHost* prox
[all...]
H A Dcross_process_frame_connector.cc18 RenderFrameProxyHost* frame_proxy_in_parent_renderer)
H A Dframe_tree.cc118 RenderFrameProxyHost* render_frame_proxy_host =
119 RenderFrameProxyHost::FromID(process_id, routing_id);
190 // RenderFrameProxyHost.
H A Drender_frame_host_impl.cc306 // Route IPCs through the RenderFrameProxyHost when in swapped out state.
341 RenderFrameProxyHost* proxy =
779 void RenderFrameHostImpl::SwapOut(RenderFrameProxyHost* proxy) {
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc226 RenderFrameProxyHost* proxy_to_parent =

Completed in 125 milliseconds