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

/external/webkit/Source/WebKit/wx/
H A DWebEdit.cpp28 setNodeAttribute(element, attribute, value);
/external/webkit/Source/WebCore/editing/
H A DBreakBlockquoteCommand.cpp152 setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
H A DCompositeEditCommand.h87 void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
H A DApplyStyleCommand.cpp389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
954 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText());
1357 setNodeAttribute(block, styleAttr, cssText);
1401 setNodeAttribute(fontContainer, colorAttr, styleChange.fontColor());
1403 setNodeAttribute(fontContainer, faceAttr, styleChange.fontFace());
1405 setNodeAttribute(fontContainer, sizeAttr, styleChange.fontSize());
1422 setNodeAttribute(styleContainer, styleAttr, existingStyle->cssText() + styleChange.cssStyle());
1424 setNodeAttribute(styleContaine
[all...]
H A DReplaceSelectionCommand.cpp679 setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->style()->cssText());
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText());
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
H A DCompositeEditCommand.cpp390 setNodeAttribute(element, attribute, AtomicString());
393 void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) function in class:WebCore::CompositeEditCommand

Completed in 74 milliseconds