Home
last modified time | relevance | path

Searched refs:attrNodeList (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp178 static Attr* findAttrNodeInList(const AttrNodeList& attrNodeList, const QualifiedName& name) in findAttrNodeInList() argument
180 AttrNodeList::const_iterator end = attrNodeList.end(); in findAttrNodeInList()
181 for (AttrNodeList::const_iterator it = attrNodeList.begin(); it != end; ++it) { in findAttrNodeInList()
1956 const Vector<RefPtr<Attr> >& Element::attrNodeList() in attrNodeList() function in WebCore::Element
3257 if (AttrNodeList* attrNodeList = attrNodeListForElement(this)) in attrIfExists() local
3258 return findAttrNodeInList(*attrNodeList, name); in attrIfExists()
3264 AttrNodeList& attrNodeList = ensureAttrNodeListForElement(this); in ensureAttr() local
3265 RefPtr<Attr> attrNode = findAttrNodeInList(attrNodeList, name); in ensureAttr()
3269 attrNodeList.append(attrNode); in ensureAttr()
3279 AttrNodeList* attrNodeList = attrNodeListForElement(this); in detachAttrNodeFromElementWithValue() local
[all …]
DTreeScopeAdopter.cpp69 const Vector<RefPtr<Attr> >& attrs = toElement(node)->attrNodeList(); in moveTreeToNewScope()
DElement.h214 const Vector<RefPtr<Attr> >& attrNodeList();