Home
last modified time | relevance | path

Searched refs:familyIsFixed (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3757 bool familyIsFixed = fontDescription.genericFamily() == FontDescription::MonospaceFamily; in applyProperty() local
3772 size = fontSizeForKeyword(CSSValueMedium, m_style->htmlHacks(), familyIsFixed); in applyProperty()
3785 … size = fontSizeForKeyword(primitiveValue->getIdent(), m_style->htmlHacks(), familyIsFixed); in applyProperty()