Home | History | Annotate | Download | only in parser

Lines Matching refs:m_attributes

71         return findAttributeInVector(m_attributes, attributeName);
77 return m_attributes;
83 return m_attributes;
164 m_attributes.reserveInitialCapacity(token.attributes().size());
168 if (!findAttributeInVector(m_attributes, name))
169 m_attributes.append(Attribute(name, AtomicString(it->value)));
193 , m_attributes(attributes)
220 Vector<Attribute> m_attributes;
229 m_attributes.clear();
230 m_attributes.reserveInitialCapacity(size);
244 if (!findAttributeInVector(m_attributes, name))
245 m_attributes.append(Attribute(name, value));