Searched defs:hasStaticInlinePosition (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1628 bool hasStaticInlinePosition = child->style()->hasStaticInlinePosition(isHorizontalWritingMode()); local
1629 if (!hasStaticBlockPosition && !hasStaticInlinePosition)
1639 if (hasStaticInlinePosition) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h453 bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : hasAutoTopAndBottom(); } function in class:blink::RenderStyle

Completed in 77 milliseconds