Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp48 static size_t sizeForShareableElementDataWithAttributeCount(unsigned count) in sizeForShareableElementDataWithAttributeCount() function
177 void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); in createWithAttributes()
212 …void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size(… in makeShareableCopy()