Home | History | Annotate | Download | only in web

Lines Matching refs:WebWidget

53 class WebWidget {
55 // This method closes and deletes the WebWidget.
58 // Returns the current size of the WebWidget.
67 // Called to resize the WebWidget.
81 // Called to notify the WebWidget of entering/exiting fullscreen mode. The
93 // Called to layout the WebWidget. This MUST be called before Paint,
97 // Called to paint the rectangular region within the WebWidget
101 // changes are made to the WebWidget (e.g., once events are
116 // Indicates that the compositing surface associated with this WebWidget is
120 // Called to inform the WebWidget of a change in theme.
125 // Called to inform the WebWidget of an input event. Returns true if
129 // Called to inform the WebWidget of the mouse cursor's visibility.
141 // Called to inform the WebWidget that mouse capture was lost.
144 // Called to inform the WebWidget that it has gained or lost keyboard focus.
147 // Called to inform the WebWidget of a new composition text.
163 // Called to inform the WebWidget to confirm an ongoing composition.
169 // Called to inform the WebWidget to confirm an ongoing composition with a
182 // Returns information about the current text input of this WebWidget.
204 // Fetch the current selection range of this WebWidget. If there is no
213 // Returns true if the WebWidget uses GPU accelerated compositing
217 // Returns true if the WebWidget created is of type WebPagePopup.
219 // Returns true if the WebWidget created is of type WebPopupMenu.
236 // Informs the WebWidget that the resizer rect changed. Happens for example
237 // on mac, when a widget appears below the WebWidget without changing the
238 // WebWidget's size (WebWidget::resize() automatically checks the resizer
247 ~WebWidget() { }