Searched defs:strictFontSizeTable (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6876 static const int strictFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] = member in namespace:WebCore
6908 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col];
6937 return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : strictFontSizeTable[row], 1);

Completed in 84 milliseconds