Searched refs:enclosingPositionedAncestor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h198 RenderLayer* enclosingPositionedAncestor() const;
H A DRenderLayer.cpp806 if (renderer()->isOutOfFlowPositioned() && enclosingPositionedAncestor()) {
807 RenderLayer* positionedParent = enclosingPositionedAncestor();
899 RenderLayer* RenderLayer::enclosingPositionedAncestor() const function in class:blink::RenderLayer
1400 // Do what enclosingPositionedAncestor() does, but check for ancestorLayer along the way.
1424 // to enclosingPositionedAncestor and subtract.
1425 RenderLayer* positionedAncestor = parentLayer->enclosingPositionedAncestor();

Completed in 96 milliseconds