Home | History | Annotate | Download | only in editing

Lines Matching refs:styleElement

1493             RefPtrWillBeRawPtr<Element> styleElement = createStyleSpanElement(document());
1494 styleElement->setAttribute(styleAttr, AtomicString(styleChange.cssStyle()));
1495 surroundNodeRangeWithElement(startNode, endNode, styleElement.release());