Searched defs:findAttributeIndexByName (Results 1 – 2 of 2) sorted by relevance
225 inline size_t ElementData::findAttributeIndexByName(const QualifiedName& name, bool shouldIgnoreCas… in findAttributeIndexByName() function239 inline size_t ElementData::findAttributeIndexByName(const AtomicString& name, bool shouldIgnoreAttr… in findAttributeIndexByName() function
178 …size_t findAttributeIndexByName(const QualifiedName& name) const { return elementData()->findAttri… in findAttributeIndexByName() function179 …size_t findAttributeIndexByName(const AtomicString& name, bool shouldIgnoreAttributeCase) const { … in findAttributeIndexByName() function