TypeImage          65 Source/core/animation/AnimatableImage.h     virtual AnimatableType type() const OVERRIDE { return TypeImage; }
TypeImage          68 Source/core/animation/AnimatableValue.h     bool isImage() const { return type() == TypeImage; }
TypeImage         410 Source/platform/graphics/ImageDecodingStore.cpp     if (cacheEntry->type() == CacheEntry::TypeImage) {
TypeImage         211 Source/platform/graphics/ImageDecodingStore.h         virtual CacheType type() const OVERRIDE { return TypeImage; }