Home
last modified time | relevance | path

Searched refs:hasStaticInlinePosition (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderInline.cpp1318 if (!child->style()->hasStaticInlinePosition(style()->isHorizontalWritingMode())) in relativePositionedInlineOffset()
DRenderBox.cpp1337 if (style()->hasStaticInlinePosition(box->isHorizontal())) in positionLineBox()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h390 …bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : … in hasStaticInlinePosition() function
/external/webkit/Source/WebCore/
DChangeLog57649 (WebCore::InheritedFlags::hasStaticInlinePosition):