Home | History | Annotate | Download | only in renderer

Lines Matching refs:RenderWidget

86 // RenderWidget provides a communication bridge between a WebWidget and
88 class CONTENT_EXPORT RenderWidget
92 public base::RefCounted<RenderWidget> {
94 // Creates a new RenderWidget. The opener_id is the routing ID of the
96 static RenderWidget* Create(int32 opener_id,
101 static blink::WebWidget* CreateWebWidget(RenderWidget* render_widget);
129 // RenderWidget.
310 friend class base::RefCounted<RenderWidget>;
319 RenderWidget(blink::WebPopupType popup_type,
325 virtual ~RenderWidget();
339 // Sets whether this RenderWidget has been swapped out to be displayed by
340 // a RenderWidget in a different process. If so, no new IPC messages will be
372 // RenderWidget IPC message handlers
566 // child tabs. See RenderWidget::createWebViewWithRequest.
581 // The size of the RenderWidget.
608 // Set to true if we should ignore RenderWidget::Show calls.
642 // Whether this RenderWidget is currently swapped out, such that the view is
696 // Properties of the screen hosting this RenderWidget instance.
750 // A list of RenderFrames associated with this RenderWidget. Notifications
759 DISALLOW_COPY_AND_ASSIGN(RenderWidget);