setPrefix          57 Source/core/dom/Attribute.h     void setPrefix(const AtomicString& prefix) { m_name.setPrefix(prefix); }
setPrefix        1220 Source/core/dom/Element.cpp     m_tagName.setPrefix(prefix.isEmpty() ? AtomicString() : prefix);
setPrefix         506 Source/core/dom/Element.h     void setPrefix(const AtomicString&, ExceptionState&);
setPrefix          90 Source/core/dom/QualifiedName.h     void setPrefix(const AtomicString& prefix) { *this = QualifiedName(prefix, localName(), namespaceURI()); }
setPrefix         449 Source/core/editing/MarkupAccumulator.cpp                 prefixedName.setPrefix(xlinkAtom);
setPrefix         452 Source/core/editing/MarkupAccumulator.cpp                 prefixedName.setPrefix(xmlAtom);
setPrefix         455 Source/core/editing/MarkupAccumulator.cpp                 prefixedName.setPrefix(xmlnsAtom);