Home | History | Annotate | Download | only in editing

Lines Matching defs:styleAttr

576     if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
679 setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->style()->cssText());
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText());
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
802 if (!attributeMap || attributeMap->isEmpty() || (attributeMap->length() == 1 && element->hasAttribute(styleAttr)))