Lines Matching full:overlay
1382 (QGraphicsWebViewPrivate::overlay):
2981 and the scrollbar overlay.
3369 Delay the deletion of the overlay after the current event is processed.
3371 Removing the overlay can sometimes be done inside the rendering code of
3372 the overlay itself. When the rendering code is using the reference after
3373 the deletion of the overlay, WebKit crashes.
3376 (QGraphicsWebViewPrivate::overlay):
3409 (QGraphicsWebViewPrivate::overlay):
9903 - Use the scrollbar overlay (implemented for accelerated compositing) when in tiled mode.
9904 - Make overlay compile unconditionally, enable on demand. This removes bunch of unneeded ifdefs.
11052 (QGraphicsWebViewOverlay::boundingRect): overlay has same rect as the
11060 scrollbar overlay, and that the new graphics layer is parented by the
11070 (QGraphicsWebViewPrivate::update): also update the overlay if needed
11071 (QGraphicsWebView::QGraphicsWebView): initialize overlay with 0
11072 (QGraphicsWebView::paint): paint only contents if we have an overlay,
11075 (QGraphicsWebView::updateGeometry): also update overlay geo
11076 (QGraphicsWebView::setGeometry): also update overlay geo