HomeSort by relevance Sort by last modified time
    Searched refs:TypeImage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableImage.h 65 virtual AnimatableType type() const OVERRIDE { return TypeImage; }
AnimatableValue.h 66 bool isImage() const { return type() == TypeImage; }
98 TypeImage,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.h 154 TypeImage,
209 virtual CacheType type() const OVERRIDE { return TypeImage; }
ImageDecodingStore.cpp 395 if (cacheEntry->type() == CacheEntry::TypeImage) {

Completed in 65 milliseconds