Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp227 LayoutUnit colLogicalLeft = borderAndPaddingLogicalLeft(); in columnRectAt()
347 LayoutUnit ruleAdd = borderAndPaddingLogicalLeft(); in paintColumnRules()
DRenderBoxModelObject.h132 …LayoutUnit borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borde… in borderAndPaddingLogicalLeft() function
DRenderInline.cpp1338 … logicalOffset.setWidth(inlinePosition - child->containingBlock()->borderAndPaddingLogicalLeft()); in offsetForInFlowPositionedInline()
DRenderBlockFlow.cpp2028 floatLogicalLeft = max(logicalLeftOffset - borderAndPaddingLogicalLeft(), floatLogicalLeft); in computeLogicalLocationForFloat()