Searched defs:attrNodeList (Results 1 – 2 of 2) sorted by relevance
128 WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodeList() { return m_attrNodeList.get(); } in attrNodeList() function
118 static Attr* findAttrNodeInList(const AttrNodeList& attrNodeList, const QualifiedName& name) in findAttrNodeInList()1838 WillBeHeapVector<RefPtrWillBeMember<Attr> >* Element::attrNodeList() in attrNodeList() function in WebCore::Element2974 if (AttrNodeList* attrNodeList = this->attrNodeList()) in attrIfExists() local2981 AttrNodeList& attrNodeList = ensureAttrNodeList(); in ensureAttr() local