Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp144 static AttrNodeListMap& attrNodeListMap() in attrNodeListMap() function
154 ASSERT(attrNodeListMap().contains(element)); in attrNodeListForElement()
155 return attrNodeListMap().get(element); in attrNodeListForElement()
161 ASSERT(attrNodeListMap().contains(element)); in ensureAttrNodeListForElement()
162 return *attrNodeListMap().get(element); in ensureAttrNodeListForElement()
164 ASSERT(!attrNodeListMap().contains(element)); in ensureAttrNodeListForElement()
166 AttrNodeListMap::AddResult result = attrNodeListMap().add(element, adoptPtr(new AttrNodeList)); in ensureAttrNodeListForElement()
173 ASSERT(attrNodeListMap().contains(element)); in removeAttrNodeListForElement()
174 attrNodeListMap().remove(element); in removeAttrNodeListForElement()