Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp141 typedef Vector<RefPtr<Attr> > AttrNodeList; typedef
142 typedef HashMap<Element*, OwnPtr<AttrNodeList> > AttrNodeListMap;
150 static AttrNodeList* attrNodeListForElement(Element* element) in attrNodeListForElement()
158 static AttrNodeList& ensureAttrNodeListForElement(Element* element) in ensureAttrNodeListForElement()
166 AttrNodeListMap::AddResult result = attrNodeListMap().add(element, adoptPtr(new AttrNodeList)); in ensureAttrNodeListForElement()
178 static Attr* findAttrNodeInList(const AttrNodeList& attrNodeList, const QualifiedName& name) in findAttrNodeInList()
180 AttrNodeList::const_iterator end = attrNodeList.end(); in findAttrNodeInList()
181 for (AttrNodeList::const_iterator it = attrNodeList.begin(); it != end; ++it) { in findAttrNodeInList()
3257 if (AttrNodeList* attrNodeList = attrNodeListForElement(this)) in attrIfExists()
3264 AttrNodeList& attrNodeList = ensureAttrNodeListForElement(this); in ensureAttr()
[all …]