• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/editing/

Lines Matching defs:setProperty

206     style->setProperty(m_propertyID, m_primitiveValue->cssText());
275 style->setProperty(m_propertyID, value->cssText());
286 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName));
349 setProperty(propertyID, value);
430 m_mutableStyle->setProperty(CSSPropertyBackgroundColor, value->cssText());
432 m_mutableStyle->setProperty(CSSPropertyTextDecoration, value->cssText());
439 m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyleAtPosition.getFontSizeCSSValuePreferringKeyword()->cssText());
457 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important)
462 m_mutableStyle->setProperty(propertyID, value, important);
572 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
573 textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDirection),
625 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(CSSPropertyTextDecoration));
715 extractedStyle->setProperty(CSSPropertyTextDecoration, inlineStyle->getPropertyValue(CSSPropertyTextDecoration), inlineStyle->propertyIsImportant(CSSPropertyTextDecoration));
727 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
736 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
933 m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, static_cast<CSSValueID>(toCSSPrimitiveValue(unicodeBidi.get())->getValueID()));
935 m_mutableStyle->setProperty(CSSPropertyDirection, static_cast<CSSValueID>(toCSSPrimitiveValue(direction.get())->getValueID()));
1085 m_mutableStyle->setProperty(property.id(), property.value()->cssText(), property.isImportant());
1169 computedStyle->m_mutableStyle->setProperty(CSSPropertyBackgroundColor, CSSValueTransparent);
1213 m_mutableStyle->setProperty(CSSPropertyDisplay, CSSValueInline, propertyIsImportant);
1223 m_mutableStyle->setProperty(CSSPropertyPosition, cssValuePool().createIdentifierValue(CSSValueStatic), m_mutableStyle->propertyIsImportant(CSSPropertyPosition));
1228 m_mutableStyle->setProperty(CSSPropertyPosition, cssValuePool().createIdentifierValue(CSSValueAbsolute), m_mutableStyle->propertyIsImportant(CSSPropertyPosition));
1281 style->setProperty(CSSPropertyBackgroundColor, value->cssText());
1378 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText());
1420 mutableStyle->setProperty(CSSPropertyDirection, style->style()->getPropertyValue(CSSPropertyDirection));
1429 style->setProperty(propertyID, newTextDecoration->cssText(), style->propertyIsImportant(propertyID));