Searched defs:fontSizeTableMax (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6854 const int fontSizeTableMax = 16; member in namespace:WebCore
6859 static const int quirksFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] =
6876 static const int strictFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] =
6904 if (mediumSize >= fontSizeTableMin && mediumSize <= fontSizeTableMax) {
6935 if (mediumSize >= fontSizeTableMin && mediumSize <= fontSizeTableMax) {

Completed in 134 milliseconds