Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.h81 …void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& val…
DBreakBlockquoteCommand.cpp156setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListI… in doApply()
DApplyStyleCommand.cpp747 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText()); in applyRelativeFontStyleChange()
875 setNodeAttribute(element, styleAttr, inlineStyle->cssText()); in removeEmbeddingUpToEnclosingBlock()
1087 setNodeAttribute(element, styleAttr, inlineStyle->cssText()); in applyInlineStyleToRange()
1368 setNodeAttribute(element, styleAttr, cssText); in applyTextDecorationStyle()
1753 setNodeAttribute(block, styleAttr, cssText); in addBlockStyle()
DReplaceSelectionCommand.cpp644setNodeAttribute(static_cast<Element*>(sourceDocumentStyleSpan), styleAttr, sourceDocumentStyle->c… in handleStyleSpans()
673setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->cssText… in handleStyleSpans()
DCompositeEditCommand.cpp380 setNodeAttribute(element, attribute, AtomicString()); in removeNodeAttribute()
383 void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attri… in setNodeAttribute() function in WebCore::CompositeEditCommand
/external/webkit/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):