Searched defs:attrNodeList (Results 1 – 2 of 2) sorted by relevance
126 WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodeList() { return m_attrNodeList.get(); } in attrNodeList() function
127 static Attr* findAttrNodeInList(const AttrNodeList& attrNodeList, const QualifiedName& name) in findAttrNodeInList()1783 WillBeHeapVector<RefPtrWillBeMember<Attr> >* Element::attrNodeList() in attrNodeList() function in blink::Element2889 if (AttrNodeList* attrNodeList = this->attrNodeList()) in attrIfExists() local2896 AttrNodeList& attrNodeList = ensureAttrNodeList(); in ensureAttr() local