Home | History | Annotate | Download | only in dom

Lines Matching refs:attributeItem

88     const Attribute* attributeItem(unsigned index) const;
158 Attribute* attributeItem(unsigned index);
297 const Attribute* attributeItem(unsigned index) const;
925 inline const Attribute* Element::attributeItem(unsigned index) const
928 return elementData()->attributeItem(index);
1029 return attributeItem(index);
1085 inline const Attribute* ElementData::attributeItem(unsigned index) const