OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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