Home | History | Annotate | Download | only in editing

Lines Matching defs:styleAttr

389             setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
392 removeNodeAttribute(element.get(), styleAttr);
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
845 else if (attributes->length() == 1 && elem->hasAttribute(styleAttr)) {
910 removeNodeAttribute(element, styleAttr);
954 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText());
1002 wrapper->removeAttribute(styleAttr, ec);
1357 setNodeAttribute(block, styleAttr, cssText);
1422 setNodeAttribute(styleContainer, styleAttr, existingStyle->cssText() + styleChange.cssStyle());
1424 setNodeAttribute(styleContainer, styleAttr, styleChange.cssStyle());
1427 styleElement->setAttribute(styleAttr, styleChange.cssStyle());