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

  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 81 , rootGraphicsLayer(0)
127 QGraphicsItem* rootGraphicsLayer;
147 if (rootGraphicsLayer) {
150 rootGraphicsLayer->setParentItem(0);
151 q->scene()->removeItem(rootGraphicsLayer);
159 if (rootGraphicsLayer) {
160 rootGraphicsLayer->setParentItem(0);
161 q->scene()->removeItem(rootGraphicsLayer);
165 rootGraphicsLayer = layer;
191 if (rootGraphicsLayer && q->page() && q->page()->mainFrame())
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 429 GraphicsLayerAndroid* rootGraphicsLayer = this;
431 while (rootGraphicsLayer->parent())
432 rootGraphicsLayer = static_cast<GraphicsLayerAndroid*>(rootGraphicsLayer->parent());
434 if (rootGraphicsLayer->m_frame
435 && rootGraphicsLayer->m_frame->view()) {

Completed in 188 milliseconds