Searched refs:setDecodedSize (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedScript.cpp78 setDecodedSize(m_script.sizeInBytes());
95 setDecodedSize(0);
H A DCachedCSSStyleSheet.cpp150 setDecodedSize(0);
187 setDecodedSize(m_parsedStyleSheetCache->estimatedSizeInBytes());
H A DCachedImage.cpp474 setDecodedSize(0);
486 setDecodedSize(decodedSize() + delta);
H A DCachedResource.h273 void setDecodedSize(unsigned);
H A DCachedResource.cpp554 void CachedResource::setDecodedSize(unsigned size) function in class:WebCore::CachedResource
H A DMemoryCache.cpp265 cachedImage->setDecodedSize(bitmapImage->decodedSize());

Completed in 119 milliseconds