Searched refs:toStyleImage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp254 static inline PassRefPtr<StyleImage> crossfadeBlend(const AnimationBase*, StyleFetchedImage* fromStyleImage, StyleFetchedImage* toStyleImage, double progress) argument
261 return toStyleImage;
264 ImageResource* toImageResource = static_cast<ImageResource*>(toStyleImage->data());
267 RefPtr<CSSImageValue> toImageValue = CSSImageValue::create(toImageResource->url(), toStyleImage);

Completed in 89 milliseconds