Home
last modified time | relevance | path

Searched refs:attrIfExists (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.cpp222 RefPtr<Attr> attr = element->attrIfExists(element->attributeItem(i)->name()); in traversalSort()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp324 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
DElement.h211 PassRefPtr<Attr> attrIfExists(const QualifiedName&);