Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp868 LayoutUnit textShadowLogicalBottom; in addTextBoxVisualOverflow() local
869 style->getTextShadowBlockDirectionExtent(textShadowLogicalTop, textShadowLogicalBottom); in addTextBoxVisualOverflow()
872 …LayoutUnit childOverflowLogicalBottom = max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverf… in addTextBoxVisualOverflow()