Home
last modified time | relevance | path

Searched refs:setDecodedSize (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp120 setDecodedSize(0); in destroyDecodedDataIfPossible()
178 setDecodedSize(m_parsedStyleSheetCache->estimatedSizeInBytes()); in saveParsedStyleSheet()
DImageResource.cpp147 setDecodedSize(0); in destroyDecodedDataIfPossible()
439 setDecodedSize(decodedSize() + delta); in decodedSizeChanged()
DMemoryCacheTest.cpp57 setDecodedSize(this->size()); in appendData()
63 setDecodedSize(0); in destroyDecodedDataIfPossible()
DResource.h295 void setDecodedSize(size_t);
DResource.cpp587 void Resource::setDecodedSize(size_t decodedSize) in setDecodedSize() function in blink::Resource
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.h69 void setDecodedSize(unsigned width, unsigned height);
DJPEGImageDecoder.cpp455 m_decoder->setDecodedSize(m_info.output_width, m_info.output_height); in decode()
711 setDecodedSize(width, height); in setSize()
715 void JPEGImageDecoder::setDecodedSize(unsigned width, unsigned height) in setDecodedSize() function in blink::JPEGImageDecoder