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.cpp875 LayoutUnit textShadowLogicalRight; in addTextBoxVisualOverflow() local
876 style->getTextShadowInlineDirectionExtent(textShadowLogicalLeft, textShadowLogicalRight); in addTextBoxVisualOverflow()
879 …LayoutUnit childOverflowLogicalRight = max<LayoutUnit>(textShadowLogicalRight + rightGlyphOverflow… in addTextBoxVisualOverflow()