Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp482 float matchingFontSize = -1; in containerIsRowOfLinks() local
494 if (matchingFontSize < 0) in containerIsRowOfLinks()
495 matchingFontSize = renderer->style()->specifiedFontSize(); in containerIsRowOfLinks()
497 if (matchingFontSize != renderer->style()->specifiedFontSize()) in containerIsRowOfLinks()