Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp822 … LayoutUnit outsetLogicalLeft = includeLogicalLeftEdge() ? borderOutsetLogicalLeft : LayoutUnit(); in addBorderOutsetVisualOverflow() local
825 …LayoutUnit logicalLeftVisualOverflow = min(pixelSnappedLogicalLeft() - outsetLogicalLeft, logicalV… in addBorderOutsetVisualOverflow()