Lines Matching refs:QualifiedName
64 Element::Element(const QualifiedName& tagName, Document* document, ConstructionType type) in Element()
70 PassRefPtr<Element> Element::create(const QualifiedName& tagName, Document* document) in create()
125 void Element::removeAttribute(const QualifiedName& name, ExceptionCode& ec) in removeAttribute()
135 void Element::setAttribute(const QualifiedName& name, const AtomicString& value) in setAttribute()
141 void Element::setCStringAttribute(const QualifiedName& name, const char* cStringValue) in setCStringAttribute()
147 void Element::setBooleanAttribute(const QualifiedName& name, bool b) in setBooleanAttribute()
173 bool Element::hasAttribute(const QualifiedName& name) const in hasAttribute()
178 const AtomicString& Element::getAttribute(const QualifiedName& name) const in getAttribute()
493 updateAnimatedSVGAttribute(QualifiedName(nullAtom, name, nullAtom)); in getAttribute()
506 return getAttribute(QualifiedName(nullAtom, localName, namespaceURI)); in getAttributeNS()
529 … namedAttrMap->addAttribute(createAttribute(QualifiedName(nullAtom, localName, nullAtom), value)); in setAttribute()
548 void Element::setAttribute(const QualifiedName& name, const AtomicString& value, ExceptionCode&) in setAttribute()
580 PassRefPtr<Attribute> Element::createAttribute(const QualifiedName& name, const AtomicString& value) in createAttribute()
596 const QualifiedName& attrName = attr->name(); in updateAfterAttributeChanged()
623 static bool isEventHandlerAttribute(const QualifiedName& name) in isEventHandlerAttribute()
628 static bool isAttributeToRemove(const QualifiedName& name, const AtomicString& value) in isAttributeToRemove()
639 const QualifiedName& idName = idAttributeName(); in setAttributeMap()
658 const QualifiedName& attributeName = namedAttrMap->m_attributes[i]->name(); in setAttributeMap()
737 const QualifiedName& Element::imageSourceAttributeName() const in imageSourceAttributeName()
1176 QualifiedName qName(prefix, localName, namespaceURI); in setAttributeNS()
1205 removeAttribute(QualifiedName(nullAtom, localName, namespaceURI), ec); in removeAttributeNS()
1222 …return static_pointer_cast<Attr>(attrs->getNamedItem(QualifiedName(nullAtom, localName, namespaceU… in getAttributeNodeNS()
1242 return attrs->getAttributeItem(QualifiedName(nullAtom, localName, namespaceURI)); in hasAttributeNS()
1474 KURL Element::getURLAttribute(const QualifiedName& name) const in getURLAttribute()
1485 const QualifiedName& Element::rareIDAttributeName() const in rareIDAttributeName()