Home | History | Annotate | Download | only in editing

Lines Matching refs:property

498                             const CSSProperty& property = *it;
499 CSSValue* value = property.value();
500 // The property value, if it's a percentage, may not reflect the actual computed value.
505 if (RefPtr<CSSValue> computedPropertyValue = computedStyleForElement->getPropertyCSSValue(property.id()))
506 fromComputedStyle->addParsedProperty(CSSProperty(property.id(), computedPropertyValue));
993 // 'text-decoration' property is "inherit", and copy it.