Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h97 unsigned keywordSize() const { return m_keywordSize; } in keywordSize() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp621 static int cssIdentifierForFontSizeKeyword(int keywordSize) in cssIdentifierForFontSizeKeyword()
641 if (int keywordSize = style->fontDescription().keywordSize()) in getFontSizeCSSValuePreferringKeyword() local