Home | History | Annotate | Download | only in editing

Lines Matching defs:textDecoration

131     RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration);
133 ASSERT(!textDecorationsInEffect || !textDecoration);
137 textDecoration = textDecorationsInEffect;
141 if (textDecoration && !textDecoration->isValueList())
185 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration);
186 if (textDecoration && textDecoration->isValueList()) {
190 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();
326 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID);
327 if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->isValueList())
330 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();