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

/external/webkit/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp540 static int cssIdentifierForFontSizeKeyword(int keywordSize) function in namespace:WebCore
560 return CSSPrimitiveValue::createIdentifier(cssIdentifierForFontSizeKeyword(keywordSize));
1536 int sizeValue = cssIdentifierForFontSizeKeyword(style->fontDescription().keywordSize());

Completed in 50 milliseconds