Home | History | Annotate | Download | only in web

Lines Matching refs:WebWidget

45 class WebWidget;
51 // Called when a region of the WebWidget needs to be re-painted.
54 // Called when a region of the WebWidget, given by clipRect, should be
71 // Sometimes the WebWidget enters a state where it will generate a sequence
82 // Indicates to the embedder that the WebWidget is ready for additional
97 // Called when a call to WebWidget::animate is required
107 // Called when the widget should be closed. WebWidget::close() should
119 // then WebWidget::{will,Did}EnterFullScreen should bound resizing the
120 // WebWidget into fullscreen mode. Similarly, when exitFullScreen is
121 // called, WebWidget::{will,Did}ExitFullScreen should bound resizing the
122 // WebWidget out of fullscreen mode.
153 // WebWidget::didAcquirePointerLock() or
154 // WebWidget::didNotAcquirePointerLock().
160 // WebWidget::didLosePointerLock() is called when unlock is complete.
172 // Called during WebWidget::HandleInputEvent for a TouchStart event to inform the embedder