Searched refs:clearCacheExceptFrame (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp46 size_t ImageSource::clearCacheExceptFrame(size_t clearExceptFrame) function in class:blink::ImageSource
48 return m_decoder ? m_decoder->clearCacheExceptFrame(clearExceptFrame) : 0;
H A DDeferredImageDecoder.h70 size_t clearCacheExceptFrame(size_t);
H A DImageSource.h96 size_t clearCacheExceptFrame(size_t);
H A DDeferredImageDecoder.cpp158 size_t DeferredImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame) function in class:blink::DeferredImageDecoder
162 return m_actualDecoder ? m_actualDecoder->clearCacheExceptFrame(clearExceptFrame) : 0;
H A DImageFrameGenerator.cpp286 (*decoder)->clearCacheExceptFrame(index);
H A DBitmapImage.cpp126 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoderTest.cpp207 decoder->clearCacheExceptFrame(0);
211 decoder->clearCacheExceptFrame(kNotFound);
223 decoder->clearCacheExceptFrame(kNotFound);
241 decoder->clearCacheExceptFrame(5);
H A DImageDecoder.cpp141 size_t ImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame) function in class:blink::ImageDecoder
H A DImageDecoder.h257 virtual size_t clearCacheExceptFrame(size_t);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.h57 virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
H A DGIFImageDecoder.cpp259 size_t GIFImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame) function in class:blink::GIFImageDecoder
269 return ImageDecoder::clearCacheExceptFrame(clearExceptFrame);
H A DGIFImageDecoderTest.cpp124 decoder->clearCacheExceptFrame(clearExceptFrame);
452 decoder->clearCacheExceptFrame(kNotFound);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.h53 virtual size_t clearCacheExceptFrame(size_t) OVERRIDE;
H A DWEBPImageDecoder.cpp388 size_t WEBPImageDecoder::clearCacheExceptFrame(size_t clearExceptFrame)
397 return ImageDecoder::clearCacheExceptFrame(clearExceptFrame);
H A DWEBPImageDecoderTest.cpp126 decoder->clearCacheExceptFrame(clearExceptFrame);
619 decoder->clearCacheExceptFrame(kNotFound);

Completed in 226 milliseconds