Home
last modified time | relevance | path

Searched refs:setNodeAttribute (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/wx/
DWebEdit.cpp28 setNodeAttribute(element, attribute, value); in setElementAttribute()
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText()); in applyRelativeFontStyleChange()
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText()); in removeEmbeddingUpToEnclosingBlock()
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText()); in applyInlineStyleToNodeRange()
954 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText()); in applyInlineStyleToPushDown()
1357 setNodeAttribute(block, styleAttr, cssText); in addBlockStyle()
1401 setNodeAttribute(fontContainer, colorAttr, styleChange.fontColor()); in addInlineStyleIfNeeded()
1403 setNodeAttribute(fontContainer, faceAttr, styleChange.fontFace()); in addInlineStyleIfNeeded()
1405 setNodeAttribute(fontContainer, sizeAttr, styleChange.fontSize()); in addInlineStyleIfNeeded()
1422setNodeAttribute(styleContainer, styleAttr, existingStyle->cssText() + styleChange.cssStyle()); in addInlineStyleIfNeeded()
1424 setNodeAttribute(styleContainer, styleAttr, styleChange.cssStyle()); in addInlineStyleIfNeeded()
DCompositeEditCommand.h87 …void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& val…
DBreakBlockquoteCommand.cpp152setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListI… in doApply()
DReplaceSelectionCommand.cpp679setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->style()… in handleStyleSpans()
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText()); in copyStyleToChildren()
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText()); in copyStyleToChildren()
DCompositeEditCommand.cpp390 setNodeAttribute(element, attribute, AtomicString()); in removeNodeAttribute()
393 void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attri… in setNodeAttribute() function in WebCore::CompositeEditCommand
/external/webkit/Source/WebCore/
DChangeLog-2005-08-239341 (khtml::CompositeEditCommand::setNodeAttribute):
44808 (khtml::CompositeEditCommandImpl::setNodeAttribute):
44822 (khtml::ApplyStyleCommandImpl::setNodeAttribute):
DChangeLog-2009-06-1660188 setNodeAttribute instead of with its own SimpleEditCommand.
60189 (WebCore::CompositeEditCommand::setNodeAttribute): Ditto.
DChangeLog-2006-12-3136425 (WebCore::CompositeEditCommand::setNodeAttribute): Changed to not use EditCommandPtr.
DChangeLog-2008-08-1013259 (WebCore::CompositeEditCommand::setNodeAttribute):