Searched refs:createWithAttributes (Results 1 – 4 of 4) sorted by relevance
56 return ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()59 it->value = ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()
129 …static PassRefPtrWillBeRawPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&);
165 PassRefPtrWillBeRawPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vecto… in createWithAttributes() function in blink::ShareableElementData
1135 m_elementData = ShareableElementData::createWithAttributes(attributeVector); in parserSetAttributes()