Home
last modified time | relevance | path

Searched refs:m_attributeArray (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp152 new (&m_attributeArray[i]) Attribute(attributes[i]); in ShareableElementData()
158 m_attributeArray[i].~Attribute(); in ~ShareableElementData()
172 new (&m_attributeArray[i]) Attribute(other.m_attributeVector.at(i)); in ShareableElementData()
202 m_attributeVector.uncheckedAppend(other.m_attributeArray[i]); in UniqueElementData()
DElementData.h122 Attribute m_attributeArray[0]; variable
182 return static_cast<const ShareableElementData*>(this)->m_attributeArray; in attributeBase()
DDocumentSharedObjectPool.cpp89 …ableElementDataCacheEntry(ShareableElementDataCacheKey(elementData->m_attributeArray, elementData-… in cachedShareableElementDataWithAttributes()