Searched refs:hasStaticBlockPosition (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp411 if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
646 if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
H A DRenderBlock.cpp1484 bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontal); local
1506 if (hasStaticBlockPosition)
2224 if (relayoutChildren || (r->style()->hasStaticBlockPosition(isHorizontalWritingMode()) && r->parent() != this && r->parent()->isBlockFlow()))
H A DRenderInline.cpp1329 if (!child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
H A DRenderBox.cpp309 if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != style()->marginBefore()
1345 if (style()->hasStaticBlockPosition(box->isHorizontal()))
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h391 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); } function in class:WebCore::RenderStyle

Completed in 120 milliseconds