Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp812 LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode()); in addBorderOutsetVisualOverflow() local
823 …LayoutUnit outsetLogicalRight = includeLogicalRightEdge() ? borderOutsetLogicalRight : LayoutUnit(… in addBorderOutsetVisualOverflow()