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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 82 GraphicsLayer* childForSuperlayers() const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); }
RenderLayerCompositor.cpp 645 GraphicsLayer* hostedLayer = childLayer->backing()->childForSuperlayers();
649 childLayer->backing()->childForSuperlayers()->removeFromParent();
664 GraphicsLayer* layerAnchor = layer->backing()->childForSuperlayers();
761 childLayersOfEnclosingLayer.append(layerBacking->childForSuperlayers());
    [all...]

Completed in 43 milliseconds