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/
DElementDataCache.cpp56 return ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()
59 it->value = ShareableElementData::createWithAttributes(attributes); in cachedShareableElementDataWithAttributes()
DElementData.h129 …static PassRefPtrWillBeRawPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&);
DElementData.cpp165 PassRefPtrWillBeRawPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vecto… in createWithAttributes() function in blink::ShareableElementData
DElement.cpp1135 m_elementData = ShareableElementData::createWithAttributes(attributeVector); in parserSetAttributes()