Home
last modified time | relevance | path

Searched refs:createWithAttributes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentSharedObjectPool.cpp84 elementData = ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()
DElementData.cpp175 PassRefPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vector<Attribute>… in createWithAttributes() function in WebCore::ShareableElementData
DElementData.h116 static PassRefPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&);
DElement.cpp1196 m_elementData = ShareableElementData::createWithAttributes(attributeVector); in parserSetAttributes()