Searched refs:attributeMap (Results 1 – 14 of 14) sorted by relevance
148 NamedNodeMap* attributeMap = m_element->attributes(true); in getNames() local149 if (attributeMap) { in getNames()150 unsigned length = attributeMap->length(); in getNames()152 Attribute* attribute = attributeMap->attributeItem(i); in getNames()161 NamedNodeMap* attributeMap = m_element->attributes(true); in item() local162 if (attributeMap) { in item()163 unsigned length = attributeMap->length(); in item()165 Attribute* attribute = attributeMap->attributeItem(i); in item()176 NamedNodeMap* attributeMap = m_element->attributes(true); in contains() local177 if (attributeMap) { in contains()[all …]
155 if (attributeMap()) in attributeChanged()156 attributeMap()->declRemoved(); in attributeChanged()165 if (attributeMap()) in attributeChanged()166 attributeMap()->declAdded(); in attributeChanged()174 if (attributeMap()) in attributeChanged()175 attributeMap()->declAdded(); in attributeChanged()198 if (attributeMap()) in attributeChanged()199 attributeMap()->declAdded(); in attributeChanged()228 } else if (attributeMap()) in classAttributeChanged()229 attributeMap()->clearClass(); in classAttributeChanged()
41 …bool hasMappedAttributes() const { return attributeMap() && attributeMap()->hasMappedAttributes();… in hasMappedAttributes()102 ASSERT(attributeMap()); in classNames()103 return attributeMap()->classNames(); in classNames()
206 if (NamedNodeMap* attributeMap = attributes(true)) in cloneElementWithoutChildren() local207 clone->attributes()->setAttributes(*attributeMap); in cloneElementWithoutChildren()777 if (attributeMap()) { in idAttributeChanged()779 attributeMap()->setIdForStyleResolution(nullAtom); in idAttributeChanged()781 attributeMap()->setIdForStyleResolution(attr->value().lower()); in idAttributeChanged()783 attributeMap()->setIdForStyleResolution(attr->value()); in idAttributeChanged()
223 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); } in attributeMap() function
289 RefPtr<NamedNodeMap> attributeMap = NamedNodeMap::create(); in addBase() local290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href)); in addBase()291 base->setAttributeMap(attributeMap.release()); in addBase()
143 return m_element->attributeMap()->classNames(); in classNames()
496 NamedNodeMap* map = attributeMap(); in updateType()
61 markDOMObjectWrapper(markStack, globalData, element->attributeMap()); in markChildren()
801 const NamedNodeMap* attributeMap = element->attributeMap(); in isInlineNodeWithStyle() local802 …if (!attributeMap || attributeMap->isEmpty() || (attributeMap->length() == 1 && element->hasAttrib… in isInlineNodeWithStyle()
388 if (!attributeMap()) in getPresentationAttribute()392 Attribute* attr = attributeMap()->getAttributeItem(attributeName); in getPresentationAttribute()
1101 …lement->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->a… in canShareStyleWithElement()1390 const NamedNodeMap* map = m_styledElement->attributeMap(); in styleForElement()
105879 attributeMap function instead of the mappedAttributes function.105900 (WebCore::StyledElement::attributeChanged): Use attributeMap function105906 callers to use attributeMap function instead.105909 (WebCore::HTMLInputElement::setInputType): Use attributeMap instead of
72684 Added access to the attributeMap that does returns