Searched defs:getAttributeItem (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/dom/
H A DNamedAttrMap.h73 Attribute* getAttributeItem(const QualifiedName&) const;
82 if (allowDuplicates || !getAttributeItem(newAttribute->name()))
105 Attribute* getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const;
113 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) const function in class:WebCore::NamedNodeMap
125 inline Attribute* NamedNodeMap::getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const function in class:WebCore::NamedNodeMap

Completed in 34 milliseconds