Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp180 setDecodedSize(m_parsedStyleSheetCache->estimatedSizeInBytes()); in saveParsedStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.h127 unsigned estimatedSizeInBytes() const;
DStyleSheetContents.cpp41 unsigned StyleSheetContents::estimatedSizeInBytes() const in estimatedSizeInBytes() function in WebCore::StyleSheetContents
53 size += sheet->estimatedSizeInBytes(); in estimatedSizeInBytes()