clearCacheExceptFrame 113 Source/platform/graphics/BitmapImage.cpp destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame)); clearCacheExceptFrame 165 Source/platform/graphics/DeferredImageDecoder.cpp return m_actualDecoder ? m_actualDecoder->clearCacheExceptFrame(clearExceptFrame) : 0; clearCacheExceptFrame 67 Source/platform/graphics/DeferredImageDecoder.h size_t clearCacheExceptFrame(size_t); clearCacheExceptFrame 276 Source/platform/graphics/ImageFrameGenerator.cpp (*decoder)->clearCacheExceptFrame(index); clearCacheExceptFrame 50 Source/platform/graphics/ImageSource.cpp return m_decoder ? m_decoder->clearCacheExceptFrame(clearExceptFrame) : 0; clearCacheExceptFrame 97 Source/platform/graphics/ImageSource.h size_t clearCacheExceptFrame(size_t); clearCacheExceptFrame 235 Source/platform/image-decoders/ImageDecoder.h virtual size_t clearCacheExceptFrame(size_t); clearCacheExceptFrame 207 Source/platform/image-decoders/ImageDecoderTest.cpp decoder->clearCacheExceptFrame(0); clearCacheExceptFrame 211 Source/platform/image-decoders/ImageDecoderTest.cpp decoder->clearCacheExceptFrame(kNotFound); clearCacheExceptFrame 223 Source/platform/image-decoders/ImageDecoderTest.cpp decoder->clearCacheExceptFrame(kNotFound); clearCacheExceptFrame 241 Source/platform/image-decoders/ImageDecoderTest.cpp decoder->clearCacheExceptFrame(5); clearCacheExceptFrame 269 Source/platform/image-decoders/gif/GIFImageDecoder.cpp return ImageDecoder::clearCacheExceptFrame(clearExceptFrame); clearCacheExceptFrame 57 Source/platform/image-decoders/gif/GIFImageDecoder.h virtual size_t clearCacheExceptFrame(size_t) OVERRIDE; clearCacheExceptFrame 125 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp decoder->clearCacheExceptFrame(clearExceptFrame); clearCacheExceptFrame 453 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp decoder->clearCacheExceptFrame(kNotFound); clearCacheExceptFrame 310 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp return ImageDecoder::clearCacheExceptFrame(clearExceptFrame); clearCacheExceptFrame 52 Source/platform/image-decoders/webp/WEBPImageDecoder.h virtual size_t clearCacheExceptFrame(size_t) OVERRIDE; clearCacheExceptFrame 127 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp decoder->clearCacheExceptFrame(clearExceptFrame); clearCacheExceptFrame 566 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp decoder->clearCacheExceptFrame(kNotFound);