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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontSize.cpp82 const int fontSizeTableMin = 9; member in namespace:blink
86 static const int quirksFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] =
103 static const int strictFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] =
126 if (mediumSize >= fontSizeTableMin && mediumSize <= fontSizeTableMax)
127 return mediumSize - fontSizeTableMin;

Completed in 76 milliseconds