HomeSort by relevance Sort by last modified time
    Searched full:m_compositingbounds (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 95 // m_compositingBounds is only used in computeCompositingRequirements. It can be either the
98 IntRect m_compositingBounds;
721 if (compositingState.m_subtreeIsCompositing || !compositingState.m_compositingBounds.contains(absBounds))
732 childState.m_compositingBounds = absBounds;
734 childState.m_compositingBounds = compositingState.m_compositingBounds;
760 childState.m_compositingBounds = absBounds;
    [all...]

Completed in 139 milliseconds