Searched refs:attrIfExists (Results 1 – 3 of 3) sorted by relevance
222 RefPtr<Attr> attr = element->attrIfExists(element->attributeItem(i)->name()); in traversalSort()
324 RefPtr<Attr> attrNode = attrIfExists(attribute->name()); in detachAttribute()935 …if (RefPtr<Attr> attrNode = inSynchronizationOfLazyAttribute ? 0 : attrIfExists(existingAttributeN… in setAttributeInternal()1969 RefPtr<Attr> oldAttrNode = attrIfExists(attrNode->qualifiedName()); in setAttributeNode()2071 if (RefPtr<Attr> attrNode = attrIfExists(name)) in removeAttributeInternal()2713 if (RefPtr<Attr> attr = attrIfExists(attributeItem(i)->name())) in normalizeAttributes()3255 PassRefPtr<Attr> Element::attrIfExists(const QualifiedName& name) in attrIfExists() function in WebCore::Element
211 PassRefPtr<Attr> attrIfExists(const QualifiedName&);