averageSizeInBytes  120 Source/core/css/StylePropertySet.h     static unsigned averageSizeInBytes();
averageSizeInBytes  250 Source/core/css/StyleRule.cpp     return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes();
averageSizeInBytes  118 Source/core/css/StyleRule.h     static unsigned averageSizeInBytes();
averageSizeInBytes   50 Source/core/css/StyleSheetContents.cpp     size += ruleCount() * StyleRule::averageSizeInBytes();