Searched refs:rootGraphicsLayer (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp49 m_frame->d->rootGraphicsLayer = m_layer;
62 m_frame->d->rootGraphicsLayer = 0;
267 if (!rootGraphicsLayer)
270 rootGraphicsLayer.data()->setParentItem(0);
271 view->scene()->removeItem(rootGraphicsLayer.data());
300 useOverlay = useOverlay || rootGraphicsLayer;
342 if (rootGraphicsLayer) {
343 rootGraphicsLayer.data()->setParentItem(0);
344 view->scene()->removeItem(rootGraphicsLayer.data());
348 rootGraphicsLayer
[all...]
H A DPageClientQt.h221 QWeakPointer<QGraphicsObject> rootGraphicsLayer; member in class:WebCore::PageClientQGraphicsWidget
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h85 , rootGraphicsLayer(0)
123 WebCore::TextureMapperContentLayer* rootGraphicsLayer; member in class:QWebFramePrivate
H A Dqwebframe.cpp324 if (!rootGraphicsLayer)
339 rootGraphicsLayer->paint(textureMapper.get(), options);

Completed in 72 milliseconds