Searched refs:isIdAttributeName (Results 1 – 16 of 16) sorted by relevance
107 if (isIdAttributeName(attrName) || attrName == nameAttr) { in parseMappedAttribute()109 if (isIdAttributeName(attrName)) { in parseMappedAttribute()
52 if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
170 else if (isIdAttributeName(attr->name())) in parseMappedAttribute()
67 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
114 else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
155 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
123 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr) in parseMappedAttribute()
133 if (m_element && m_element->isIdAttributeName(m_attribute->name())) in setValue()181 if (m_element && m_element->isIdAttributeName(m_attribute->name())) in childrenChanged()
138 bool isIdAttributeName(const QualifiedName&) const;512 inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const in isIdAttributeName() function
236 if (isIdAttributeName(attr->name())) in parseMappedAttribute()
673 if (isIdAttributeName(old ? old->name() : attributeName)) in setAttribute()706 if (isIdAttributeName(name)) in setAttribute()734 if (isIdAttributeName(attr->name())) in attributeChanged()
64 if (isIdAttributeName(attr->name()) in parseMappedAttribute()
320 return isIdAttributeName(attrName); in isKnownAttribute()332 if (isIdAttributeName(attrName)) { in svgAttributeChanged()
378 if (isIdAttributeName(attr->name())) in attributeChanged()
122687 easy to use it wrong. Replace it with isIdAttributeName, getIdAttribute,122724 (WebCore::Element::setAttributeMap): Use Element::isIdAttributeName.122728 * dom/Element.h: Added isIdAttributeName, getIdAttribute, setIdAttribute,122758 (WebCore::StyledElement::parseMappedAttribute): Use isIdAttributeName,122765 (WebCore::HTMLAppletElement::parseMappedAttribute): Use isIdAttributeName.122772 (WebCore::HTMLDataGridColElement::parseMappedAttribute): Use isIdAttributeName.122774 (WebCore::HTMLElement::parseMappedAttribute): Use isIdAttributeName.122779 (WebCore::HTMLFrameElementBase::parseMappedAttribute): Use isIdAttributeName.122782 (WebCore::HTMLImageElement::parseMappedAttribute): Use isIdAttributeName.122784 (WebCore::HTMLMapElement::parseMappedAttribute): Use isIdAttributeName.[all …]