Home | History | Annotate | Download | only in dom

Lines Matching refs:attributeMap

148     NamedNodeMap* attributeMap = m_element->attributes(true);
149 if (attributeMap) {
150 unsigned length = attributeMap->length();
152 Attribute* attribute = attributeMap->attributeItem(i);
161 NamedNodeMap* attributeMap = m_element->attributes(true);
162 if (attributeMap) {
163 unsigned length = attributeMap->length();
165 Attribute* attribute = attributeMap->attributeItem(i);
176 NamedNodeMap* attributeMap = m_element->attributes(true);
177 if (attributeMap) {
178 unsigned length = attributeMap->length();
180 Attribute* attribute = attributeMap->attributeItem(i);