Searched refs:createWithAttributes (Results 1 – 4 of 4) sorted by relevance
84 elementData = ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()
175 PassRefPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vector<Attribute>… in createWithAttributes() function in WebCore::ShareableElementData
116 static PassRefPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&);
1196 m_elementData = ShareableElementData::createWithAttributes(attributeVector); in parserSetAttributes()