Home | History | Annotate | Download | only in dom

Lines Matching refs:m_attributes

45     size_t size = m_attributes.size();
47 if (Attr* attr = m_attributes[i]->attr())
166 return m_attributes[index]->createAttrIfNeeded(m_element);
171 copy = m_attributes;
180 const QualifiedName& attrName = m_attributes[i]->name();
183 return m_attributes[i].get();
189 return m_attributes[i].get();
201 m_attributes.clear();
230 m_attributes.resize(newLength);
232 m_attributes[i] = other.m_attributes[i]->clone();
239 m_element->attributeChanged(m_attributes[i].get(), true);
247 m_attributes.append(attribute);
269 if (m_attributes[i]->name().matches(name)) {
279 RefPtr<Attribute> attr = m_attributes[index].get();
280 if (Attr* a = m_attributes[index]->attr())
283 m_attributes.remove(index);