HomeSort by relevance Sort by last modified time
    Searched refs:matchingFontSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.cpp 194 float matchingFontSize = -1;
205 if (matchingFontSize < 0)
206 matchingFontSize = renderer->style()->specifiedFontSize();
207 else if (matchingFontSize != renderer->style()->specifiedFontSize())
    [all...]
TextAutosizer.cpp 652 float matchingFontSize = -1;
664 if (matchingFontSize < 0)
665 matchingFontSize = renderer->style()->specifiedFontSize();
667 if (matchingFontSize != renderer->style()->specifiedFontSize())
    [all...]

Completed in 629 milliseconds