Home | History | Annotate | Download | only in editing

Lines Matching refs:textDecorations

767         CSSValueList* textDecorations = static_cast<CSSValueList*>(value.get());
772 if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get()))
773 textDecorations->append(underline.get());
775 if (newTextDecorations->hasValue(lineThrough.get()) && !textDecorations->hasValue(lineThrough.get()))
776 textDecorations->append(lineThrough.get());