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

/external/webkit/WebCore/css/
H A DCSSStyleSelector.h117 static float fontSizeForKeyword(Document*, int keyword, bool monospace);
H A DCSSStyleSelector.cpp1120 int size = CSSStyleSelector::fontSizeForKeyword(document, CSSValueMedium, false);
3937 size = fontSizeForKeyword(m_checker.m_document, CSSValueMedium, fontDescription.useFixedDefaultSize());
3950 size = fontSizeForKeyword(m_checker.m_document, primitiveValue->getIdent(), fontDescription.useFixedDefaultSize());
4199 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueXxSmall + fontDescription.keywordSize() - 1, false));
4276 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueXxSmall + fontDescription.keywordSize() - 1, !oldFamilyUsedFixedDefaultSize));
4496 setFontSize(fontDescription, fontSizeForKeyword(m_checker.m_document, CSSValueMedium, false));
5852 size = fontSizeForKeyword(m_checker.m_document, CSSValueXxSmall + childFont.keywordSize() - 1, childFont.useFixedDefaultSize());
5956 float CSSStyleSelector::fontSizeForKeyword(Document* document, int keyword, bool fixed) function in class:WebCore::CSSStyleSelector

Completed in 32 milliseconds