Home
last modified time | relevance | path

Searched refs:isIdAttributeName (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMapElement.cpp107 if (isIdAttributeName(attrName) || attrName == nameAttr) { in parseMappedAttribute()
109 if (isIdAttributeName(attrName)) { in parseMappedAttribute()
DHTMLParamElement.cpp52 if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
DHTMLDataGridColElement.cpp170 else if (isIdAttributeName(attr->name())) in parseMappedAttribute()
DHTMLAppletElement.cpp67 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
DHTMLFrameElementBase.cpp114 else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
DHTMLImageElement.cpp155 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
DHTMLObjectElement.cpp123 } else if (isIdAttributeName(attr->name())) { in parseMappedAttribute()
DHTMLElement.cpp135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr) in parseMappedAttribute()
/external/webkit/Source/WebCore/dom/
DAttr.cpp133 if (m_element && m_element->isIdAttributeName(m_attribute->name())) in setValue()
181 if (m_element && m_element->isIdAttributeName(m_attribute->name())) in childrenChanged()
DElement.h138 bool isIdAttributeName(const QualifiedName&) const;
512 inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const in isIdAttributeName() function
DStyledElement.cpp236 if (isIdAttributeName(attr->name())) in parseMappedAttribute()
DElement.cpp673 if (isIdAttributeName(old ? old->name() : attributeName)) in setAttribute()
706 if (isIdAttributeName(name)) in setAttribute()
734 if (isIdAttributeName(attr->name())) in attributeChanged()
/external/webkit/Source/WebCore/wml/
DWMLElement.cpp64 if (isIdAttributeName(attr->name()) in parseMappedAttribute()
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp320 return isIdAttributeName(attrName); in isKnownAttribute()
332 if (isIdAttributeName(attrName)) { in svgAttributeChanged()
DSVGElement.cpp378 if (isIdAttributeName(attr->name())) in attributeChanged()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06122687 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 …]