Home | History | Annotate | Download | only in renderer

Lines Matching defs:RenderFrameProxy

30 // RenderFrameProxy allows us to keep existing window references valid over
34 // For now, RenderFrameProxy is created when RenderFrame is swapped out. It
39 // Long term, RenderFrameProxy will be created to replace the RenderFrame in the
43 // RenderFrameProxy will be deleted when the node in the frame tree is deleted
46 class CONTENT_EXPORT RenderFrameProxy
51 static RenderFrameProxy* CreateFrameProxy(int routing_id,
54 // Returns the RenderFrameProxy for the given routing ID.
55 static RenderFrameProxy* FromRoutingID(int routing_id);
57 virtual ~RenderFrameProxy();
71 RenderFrameProxy(int routing_id, int frame_routing_id);
90 DISALLOW_COPY_AND_ASSIGN(RenderFrameProxy);