Searched refs:useFixedDefaultSize (Results 1 – 4 of 4) sorted by relevance
95 …bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() &… in useFixedDefaultSize() function
4316 … = fontSizeForKeyword(m_checker.m_document, CSSValueMedium, fontDescription.useFixedDefaultSize()); in applyProperty()4329 …orKeyword(m_checker.m_document, primitiveValue->getIdent(), fontDescription.useFixedDefaultSize()); in applyProperty()4636 if (fontDescription.keywordSize() && fontDescription.useFixedDefaultSize()) in applyProperty()4655 bool oldFamilyUsedFixedDefaultSize = fontDescription.useFixedDefaultSize(); in applyProperty()4715 …if (fontDescription.keywordSize() && fontDescription.useFixedDefaultSize() != oldFamilyUsedFixedDe… in applyProperty()6766 if (childFont.useFixedDefaultSize() == parentFont.useFixedDefaultSize()) in checkForGenericFamilyChange()6780 …hecker.m_document, CSSValueXxSmall + childFont.keywordSize() - 1, childFont.useFixedDefaultSize()); in checkForGenericFamilyChange()6786 size = parentFont.useFixedDefaultSize() ? in checkForGenericFamilyChange()
657 return style->fontDescription().useFixedDefaultSize(); in useFixedFontDefaultSize()
72072 fontDescription.useFixedDefaultSize()72079 Deploy useFixedDefaultSize(). Also fix the bug where child72083 we have to check to make sure the changed style has a matching useFixedDefaultSize().72085 (WebCore::FontDescription::useFixedDefaultSize):