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

/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp621 static int cssIdentifierForFontSizeKeyword(int keywordSize) function in namespace:WebCore
642 return primitiveValueCache->createIdentifierValue(cssIdentifierForFontSizeKeyword(keywordSize));
1915 int sizeValue = cssIdentifierForFontSizeKeyword(style->fontDescription().keywordSize());

Completed in 25 milliseconds