Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/mathml/
H A DMathMLElement.cpp70 addCSSProperty(attr, CSSPropertyFontSize, attr->value()); in parseMappedAttribute()
75 addCSSProperty(attr, CSSPropertyFontSize, attr->value()); in parseMappedAttribute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp57 CSSPropertyFontSize,
249 : HTMLAttributeEquivalent(CSSPropertyFontSize, HTMLNames::fontTag, HTMLNames::sizeAttr) in HTMLFontSizeEquivalent()
381 …m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeywo… in replaceFontSizeByKeywordIfPossible()
386 if (m_mutableStyle->getPropertyCSSValue(CSSPropertyFontSize)) { in extractFontSizeDelta()
922 if (RefPtr<CSSValue> fontSize = style->getPropertyCSSValue(CSSPropertyFontSize)) { in extractTextStyles()
924 … style->removeProperty(CSSPropertyFontSize); // Can't make sense of the number. Put no font size. in extractTextStyles()
928 style->removeProperty(CSSPropertyFontSize); in extractTextStyles()
H A DApplyStyleCommand.cpp382 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()
384 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true); in applyRelativeFontStyleChange()
388 …inlineStyleDecl->setProperty(CSSPropertyFontSize, String::number(desiredFontSize) + "px", false, f… in applyRelativeFontStyleChange()
1462 …e> value = static_pointer_cast<CSSPrimitiveValue>(style->getPropertyCSSValue(CSSPropertyFontSize)); in computedFontSize()
H A DEditorCommand.cpp417 return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size); in executeFontSize()
1369 return valueStyle(frame, CSSPropertyFontSize); in valueFontSize()
H A DEditor.cpp937 if (propertyID == CSSPropertyFontSize) { in selectionStartCSSPropertyValue()
938 … RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize); in selectionStartCSSPropertyValue()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLFontElement.cpp176 addCSSProperty(attr, CSSPropertyFontSize, size); in parseMappedAttribute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSPropertyNames.h17 CSSPropertyFontSize = 1006, enumerator
H A DCSSPropertyNames.cpp438 {"font-size", CSSPropertyFontSize},
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp651 …gPropertyWrappers->append(new PropertyWrapper<int>(CSSPropertyFontSize, &RenderStyle::fontSize, &R… in ensurePropertyMap()
778 CSSPropertyFontSize, in addShorthandProperties()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp97 CSSPropertyFontSize,
1100 case CSSPropertyFontSize: in getPropertyCSSValue()
1869 if (property->id() == CSSPropertyFontSize && property->value()->isPrimitiveValue() && m_node) { in cssPropertyMatches()
H A DCSSParser.cpp328 case CSSPropertyFontSize: in isSimpleLengthPropertyID()
1235 case CSSPropertyFontSize: in parseValue()
H A DCSSStyleSelector.cpp4037 case CSSPropertyFontSize: in applyProperty()
4725 applyProperty(CSSPropertyFontSize, font->size.get()); in applyProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1405 CSSPropertyFontSize,