Searched refs:setNodeAttribute (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit/wx/ |
D | WebEdit.cpp | 28 setNodeAttribute(element, attribute, value); in setElementAttribute()
|
/external/webkit/Source/WebCore/editing/ |
D | ApplyStyleCommand.cpp | 389 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() 1422 … setNodeAttribute(styleContainer, styleAttr, existingStyle->cssText() + styleChange.cssStyle()); in addInlineStyleIfNeeded() 1424 setNodeAttribute(styleContainer, styleAttr, styleChange.cssStyle()); in addInlineStyleIfNeeded()
|
D | CompositeEditCommand.h | 87 …void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& val…
|
D | BreakBlockquoteCommand.cpp | 152 …setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListI… in doApply()
|
D | ReplaceSelectionCommand.cpp | 679 …setNodeAttribute(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()
|
D | CompositeEditCommand.cpp | 390 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/ |
D | ChangeLog-2005-08-23 | 9341 (khtml::CompositeEditCommand::setNodeAttribute): 44808 (khtml::CompositeEditCommandImpl::setNodeAttribute): 44822 (khtml::ApplyStyleCommandImpl::setNodeAttribute):
|
D | ChangeLog-2009-06-16 | 60188 setNodeAttribute instead of with its own SimpleEditCommand. 60189 (WebCore::CompositeEditCommand::setNodeAttribute): Ditto.
|
D | ChangeLog-2006-12-31 | 36425 (WebCore::CompositeEditCommand::setNodeAttribute): Changed to not use EditCommandPtr.
|
D | ChangeLog-2008-08-10 | 13259 (WebCore::CompositeEditCommand::setNodeAttribute):
|