Home | History | Annotate | Download | only in renderer

Lines Matching defs:RenderWidget

79 // RenderWidget provides a communication bridge between a WebWidget and
81 class CONTENT_EXPORT RenderWidget
85 public base::RefCounted<RenderWidget> {
87 // Creates a new RenderWidget. The opener_id is the routing ID of the
89 static RenderWidget* Create(int32 opener_id,
94 static blink::WebWidget* CreateWebWidget(RenderWidget* render_widget);
122 // RenderWidget.
281 friend class base::RefCounted<RenderWidget>;
290 RenderWidget(blink::WebPopupType popup_type,
296 virtual ~RenderWidget();
310 // Sets whether this RenderWidget has been swapped out to be displayed by
311 // a RenderWidget in a different process. If so, no new IPC messages will be
339 // RenderWidget IPC message handlers
522 // child tabs. See RenderWidget::createWebViewWithRequest.
537 // The size of the RenderWidget.
564 // Set to true if we should ignore RenderWidget::Show calls.
595 // Whether this RenderWidget is currently swapped out, such that the view is
649 // Properties of the screen hosting this RenderWidget instance.
705 // A list of RenderFrames associated with this RenderWidget. Notifications
714 DISALLOW_COPY_AND_ASSIGN(RenderWidget);