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

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 156 bool updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip);
RenderLayerBacking.cpp 96 updateClippingLayers(false, false);
267 if (updateClippingLayers(compositor->clippedByAncestor(m_owningLayer), compositor->clipsCompositingDescendants(m_owningLayer)))
529 bool RenderLayerBacking::updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip)
    [all...]

Completed in 47 milliseconds