HomeSort by relevance Sort by last modified time
    Searched refs:rootGraphicsLayer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 49 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 = layer
    [all...]
PageClientQt.h 221 QWeakPointer<QGraphicsObject> rootGraphicsLayer;
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 85 , rootGraphicsLayer(0)
123 WebCore::TextureMapperContentLayer* rootGraphicsLayer;
qwebframe.cpp 324 if (!rootGraphicsLayer)
339 rootGraphicsLayer->paint(textureMapper.get(), options);
    [all...]

Completed in 46 milliseconds