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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h97 unsigned keywordSize() const { return m_keywordSize; } function in class:WebCore::FontDescription
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp621 static int cssIdentifierForFontSizeKeyword(int keywordSize) argument
623 ASSERT_ARG(keywordSize, keywordSize);
624 ASSERT_ARG(keywordSize, keywordSize <= 8);
625 return CSSValueXxSmall + keywordSize - 1;
641 if (int keywordSize = style->fontDescription().keywordSize())
642 return primitiveValueCache->createIdentifierValue(cssIdentifierForFontSizeKeyword(keywordSize));
1914 if (style && style->fontDescription().keywordSize()) {
[all...]

Completed in 40 milliseconds