Home | History | Annotate | Download | only in parser

Lines Matching refs:m_attributes

104         m_attributes.clear();
116 m_attributes.clear();
173 m_attributes.grow(m_attributes.size() + 1);
174 m_currentAttribute = &m_attributes.last();
229 m_attributes[i].m_value.append(value.characters(), value.length());
249 return m_attributes;
267 m_attributes[i].m_value.clear();
375 AttributeList m_attributes;
377 // A pointer into m_attributes used during lexing.
418 , m_attributes(attributes)
446 if (!m_attributes)
448 return m_attributes->getAttributeItem(attributeName);
454 return m_attributes.get();
460 return m_attributes.release();
532 RefPtr<NamedNodeMap> m_attributes;
541 m_attributes = NamedNodeMap::create();
542 m_attributes->reserveInitialCapacity(size);
555 m_attributes->insertAttribute(Attribute::createMapped(name, value), false);