m_attributeVector  173 Source/core/dom/ElementData.cpp         new (&m_attributeArray[i]) Attribute(other.m_attributeVector.at(i));
m_attributeVector  189 Source/core/dom/ElementData.cpp     , m_attributeVector(other.m_attributeVector)
m_attributeVector  202 Source/core/dom/ElementData.cpp     m_attributeVector.reserveCapacity(length);
m_attributeVector  204 Source/core/dom/ElementData.cpp         m_attributeVector.uncheckedAppend(other.m_attributeArray[i]);
m_attributeVector  214 Source/core/dom/ElementData.cpp     void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size()));
m_attributeVector  222 Source/core/dom/ElementData.cpp         if (m_attributeVector.at(i).name().matches(name))
m_attributeVector  223 Source/core/dom/ElementData.cpp             return &m_attributeVector.at(i);
m_attributeVector  164 Source/core/dom/ElementData.h     Vector<Attribute, 4> m_attributeVector;
m_attributeVector  177 Source/core/dom/ElementData.h         return static_cast<const UniqueElementData*>(this)->m_attributeVector.size();
m_attributeVector  199 Source/core/dom/ElementData.h         return static_cast<const UniqueElementData*>(this)->m_attributeVector.begin();
m_attributeVector  264 Source/core/dom/ElementData.h     m_attributeVector.append(Attribute(attributeName, value));
m_attributeVector  269 Source/core/dom/ElementData.h     m_attributeVector.remove(index);
m_attributeVector  274 Source/core/dom/ElementData.h     return m_attributeVector.at(index);