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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp896 LayoutUnit textShadowLogicalBottom; local
897 style->getTextShadowBlockDirectionExtent(textShadowLogicalTop, textShadowLogicalBottom);
900 LayoutUnit childOverflowLogicalBottom = std::max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverflow, bottomGlyphOverflow);

Completed in 67 milliseconds