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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp878 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge; local
888 bottomGlyphOverflow = std::max(bottomGlyphOverflow, emphasisMarkHeight);
900 LayoutUnit childOverflowLogicalBottom = std::max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverflow, bottomGlyphOverflow);

Completed in 307 milliseconds