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.cpp896 LayoutUnit textShadowLogicalBottom; in addTextBoxVisualOverflow() local
897 style->getTextShadowBlockDirectionExtent(textShadowLogicalTop, textShadowLogicalBottom); in addTextBoxVisualOverflow()
900 …LayoutUnit childOverflowLogicalBottom = std::max<LayoutUnit>(textShadowLogicalBottom + bottomGlyph… in addTextBoxVisualOverflow()