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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp3310 static const int quirksFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] = local
3359 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col];
3388 return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : strictFontSizeTable[row], 1);

Completed in 268 milliseconds