Home | History | Annotate | Download | only in editing

Lines Matching refs:textDecoration

1405     RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing());
1407 ASSERT(!textDecorationsInEffect || !textDecoration);
1411 textDecoration = textDecorationsInEffect;
1415 if (textDecoration && !textDecoration->isValueList())
1479 RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(textDecorationPropertyForEditing());
1480 if (textDecoration && textDecoration->isValueList()) {
1483 RefPtrWillBeRawPtr<CSSValueList> newTextDecoration = toCSSValueList(textDecoration.get())->copy();
1527 RefPtrWillBeRawPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID);
1528 if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->isValueList())
1531 RefPtrWillBeRawPtr<CSSValueList> newTextDecoration = toCSSValueList(textDecoration.get())->copy();