Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp903 LayoutUnit textShadowLogicalRight; in addTextBoxVisualOverflow() local
904 style->getTextShadowInlineDirectionExtent(textShadowLogicalLeft, textShadowLogicalRight); in addTextBoxVisualOverflow()
907 …LayoutUnit childOverflowLogicalRight = std::max<LayoutUnit>(textShadowLogicalRight + rightGlyphOve… in addTextBoxVisualOverflow()