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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp191 float matchingFontSize = -1; local
202 if (matchingFontSize < 0)
203 matchingFontSize = renderer->style()->specifiedFontSize();
204 else if (matchingFontSize != renderer->style()->specifiedFontSize())

Completed in 135 milliseconds