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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 579 const RenderLayer* positionedAncestor = parent();
580 while (positionedAncestor && !isPositionedContainer(positionedAncestor) && !positionedAncestor->isStackingContext())
581 positionedAncestor = positionedAncestor->parent();
582 if (positionedAncestor && (!isPositionedContainer(positionedAncestor) || positionedAncestor->isStackingContext()))
583 positionedAncestor = 0
    [all...]
RenderInline.cpp 314 if (RenderObject* positionedAncestor = inFlowPositionedInlineAncestor(this))
315 newStyle->setPosition(positionedAncestor->style()->position());
    [all...]

Completed in 96 milliseconds