Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h95 …bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() &… in useFixedDefaultSize() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4316 … = 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()
DCSSComputedStyleDeclaration.cpp657 return style->fontDescription().useFixedDefaultSize(); in useFixedFontDefaultSize()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2972072 fontDescription.useFixedDefaultSize()
72079 Deploy useFixedDefaultSize(). Also fix the bug where child
72083 we have to check to make sure the changed style has a matching useFixedDefaultSize().
72085 (WebCore::FontDescription::useFixedDefaultSize):