Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.cpp180 unsigned StyleRule::averageSizeInBytes() in averageSizeInBytes() function in WebCore::StyleRule
182 return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes(); in averageSizeInBytes()
DStylePropertySet.h119 static unsigned averageSizeInBytes();
DStyleRule.h113 static unsigned averageSizeInBytes();
DStyleSheetContents.cpp49 size += ruleCount() * StyleRule::averageSizeInBytes(); in estimatedSizeInBytes()
DStylePropertySet.cpp664 unsigned StylePropertySet::averageSizeInBytes() in averageSizeInBytes() function in WebCore::StylePropertySet