Searched refs:removeNodeAttribute (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.h123 void removeNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute);
H A DApplyStyleCommand.cpp415 removeNodeAttribute(element.get(), styleAttr);
527 removeNodeAttribute(element, dirAttr);
942 removeNodeAttribute(element, attributes[i]);
968 removeNodeAttribute(element, styleAttr);
H A DReplaceSelectionCommand.cpp500 removeNodeAttribute(element, attributes[i]);
521 removeNodeAttribute(element, styleAttr);
535 removeNodeAttribute(element, contenteditableAttr);
1213 removeNodeAttribute(toElement(mailBlockquote), classAttr);
H A DCompositeEditCommand.cpp599 void CompositeEditCommand::removeNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute) function in class:WebCore::CompositeEditCommand

Completed in 179 milliseconds