Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h129 …nBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingL… in marginBorderPaddingLogicalRight()
148 int borderLogicalRight() const in borderLogicalRight() function
DRenderBoxModelObject.h135 …LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() … in borderLogicalRight() function
DInlineFlowBox.cpp374 logicalLeft += borderLogicalRight() + paddingLogicalRight(); in placeBoxesInInlineDirection()
DRenderBox.cpp2962 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()
2964 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()