Home | History | Annotate | Download | only in renderer

Lines Matching refs:WebWidget

31 #include "third_party/WebKit/public/web/WebWidget.h"
77 // RenderWidget provides a communication bridge between a WebWidget and
91 // Creates a WebWidget based on the popup type.
92 static blink::WebWidget* CreateWebWidget(RenderWidget* render_widget);
109 blink::WebWidget* webwidget() const { return webwidget_; }
189 // Close the underlying WebWidget.
278 blink::WebWidget* web_widget,
290 // Paints the given rectangular region of the WebWidget into canvas (a
292 // must ensure that the given rect fits within the bounds of the WebWidget.
533 // Check whether the WebWidget has any touch event handlers registered
537 // Check whether the WebWidget has any touch event handlers registered.
556 blink::WebWidget* webwidget_;
607 // Whether the WebWidget is in auto resize mode, which is used for example
620 // WebWidget::composite has been been performed when the RenderWidget subclass