Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp45 static size_t sizeForImmutableStylePropertySetWithPropertyCount(unsigned count) in sizeForImmutableStylePropertySetWithPropertyCount() function
53 void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); in create()
667 return sizeForImmutableStylePropertySetWithPropertyCount(4); in averageSizeInBytes()