CacheType         183 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const = 0;
CacheType         211 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const OVERRIDE { return TypeImage; }
CacheType         240 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const OVERRIDE { return TypeDecoder; }