createWithAttributes 1164 Source/core/dom/Element.cpp         m_elementData = ShareableElementData::createWithAttributes(attributeVector);
createWithAttributes  124 Source/core/dom/ElementData.h     static PassRefPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&);
createWithAttributes   54 Source/core/dom/ElementDataCache.cpp         return ShareableElementData::createWithAttributes(attributes);
createWithAttributes   57 Source/core/dom/ElementDataCache.cpp         it->value = ShareableElementData::createWithAttributes(attributes);