destroyDecodedData  144 Source/core/fetch/ImageResource.cpp         m_image->destroyDecodedData(true);
destroyDecodedData   92 Source/core/svg/graphics/SVGImage.h     virtual void destroyDecodedData(bool) OVERRIDE { }
destroyDecodedData   72 Source/core/svg/graphics/SVGImageForContainer.h     virtual void destroyDecodedData(bool) OVERRIDE { }
destroyDecodedData  126 Source/platform/graphics/BitmapImage.cpp         destroyDecodedData(false);
destroyDecodedData  126 Source/platform/graphics/BitmapImage.h     virtual void destroyDecodedData(bool destroyAll) OVERRIDE;
destroyDecodedData   70 Source/platform/graphics/BitmapImageTest.cpp     void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); }
destroyDecodedData  131 Source/platform/graphics/BitmapImageTest.cpp     destroyDecodedData(false);
destroyDecodedData  146 Source/platform/graphics/BitmapImageTest.cpp     destroyDecodedData(true);
destroyDecodedData   48 Source/platform/graphics/GeneratedImage.h     virtual void destroyDecodedData(bool) OVERRIDE { }
destroyDecodedData   95 Source/platform/graphics/Image.h     virtual void destroyDecodedData(bool destroyAll) = 0;