Home | History | Annotate | Download | only in editing

Lines Matching defs:newStyle

1337         RefPtr<CSSMutableStyleDeclaration> newStyle = textDecorationStyle->copy();
1338 newStyle->setProperty(CSSPropertyTextDecoration, "none");
1339 applyTextDecorationStyle(node, newStyle.get());