Home | History | Annotate | Download | only in parser

Lines Matching refs:m_attributes

262         m_attributes.clear();
274 m_attributes.clear();
285 m_attributes.clear();
293 m_attributes.grow(m_attributes.size() + 1);
294 m_currentAttribute = &m_attributes.last();
349 append(m_attributes[i].value, value);
355 return m_attributes;
360 for (unsigned i = 0; i < m_attributes.size(); ++i) {
361 if (AtomicString(m_attributes.at(i).name) == name.localName())
362 return &m_attributes.at(i);
371 m_attributes[i].value.clear();
448 AttributeList m_attributes;
450 // A pointer into m_attributes used during lexing.