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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp459 float matchingFontSize = -1; local
471 if (matchingFontSize < 0)
472 matchingFontSize = renderer->style()->specifiedFontSize();
474 if (matchingFontSize != renderer->style()->specifiedFontSize())

Completed in 51 milliseconds