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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontSize.cpp86 static const int quirksFontSizeTable[fontSizeTableMax - fontSizeTableMin + 1][totalKeywords] = member in namespace:WebCore
135 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col];
166 return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : strictFontSizeTable[row], 1);

Completed in 50 milliseconds