Searched refs:setNodeAttribute (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DBreakBlockquoteCommand.cpp153 setNodeAttribute(clonedChild, startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
H A DApplyStyleCommand.cpp412 setNodeAttribute(element.get(), styleAttr, inlineStyle->asText());
532 setNodeAttribute(element, styleAttr, inlineStyle->asText());
775 setNodeAttribute(element, styleAttr, inlineStyle->asText());
1014 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->asText());
1393 setNodeAttribute(block, styleAttr, cssText.toString());
1449 setNodeAttribute(fontContainer, colorAttr, styleChange.fontColor());
1451 setNodeAttribute(fontContainer, faceAttr, styleChange.fontFace());
1453 setNodeAttribute(fontContainer, sizeAttr, styleChange.fontSize());
1475 setNodeAttribute(styleContainer, styleAttr, cssText.toString());
1477 setNodeAttribute(styleContaine
[all...]
H A DCompositeEditCommand.h136 void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
H A DCompositeEditCommand.cpp601 setNodeAttribute(element, attribute, AtomicString());
604 void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) function in class:WebCore::CompositeEditCommand
H A DReplaceSelectionCommand.cpp523 setNodeAttribute(element, styleAttr, newInlineStyle->style()->asText());
794 setNodeAttribute(wrappingStyleSpan, styleAttr, style->style()->asText());

Completed in 67 milliseconds