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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 250 RenderLayer* compAncestor = m_owningLayer->ancestorCompositingLayer();
254 if (compAncestor) {
255 ASSERT(compAncestor->backing());
256 ancestorCompositingBounds = compAncestor->backing()->compositedBounds();
263 m_owningLayer->convertToLayerCoords(compAncestor, deltaX, deltaY);
267 if (compAncestor && compAncestor->backing()->hasClippingLayer()) {
270 graphicsLayerParentLocation = toRenderBox(compAncestor->renderer())->overflowClipRect(0, 0).location();
274 if (compAncestor && m_ancestorClippingLayer) {
278 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true)
    [all...]
RenderLayerCompositor.cpp 67 CompositingState(RenderLayer* compAncestor)
68 : m_compositingAncestor(compAncestor)
    [all...]

Completed in 191 milliseconds