HomeSort by relevance Sort by last modified time
    Searched refs:averageSizeInBytes (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp 248 unsigned StyleRule::averageSizeInBytes()
250 return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes();
StylePropertySet.h 117 static unsigned averageSizeInBytes();
StyleRule.h 117 static unsigned averageSizeInBytes();
StylePropertySet.cpp 567 unsigned StylePropertySet::averageSizeInBytes()
StyleSheetContents.cpp 50 size += ruleCount() * StyleRule::averageSizeInBytes();

Completed in 214 milliseconds