Home
last modified time | relevance | path

Searched refs:animationIsAccelerated (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp216 virtual bool animationIsAccelerated() const { return false; } in animationIsAccelerated() function in WebCore::PropertyWrapperBase
273 virtual bool animationIsAccelerated() const { return true; } in animationIsAccelerated() function in WebCore::PropertyWrapperAcceleratedOpacity
291 virtual bool animationIsAccelerated() const { return true; } in animationIsAccelerated() function in WebCore::PropertyWrapperAcceleratedTransform
822 return !wrapper->animationIsAccelerated() || anim->isFallbackAnimating(); in blendProperties()
836 return wrapper ? wrapper->animationIsAccelerated() : false; in animationOfPropertyIsAccelerated()
/external/webkit/WebCore/
DChangeLog-2009-06-1642941 (WebCore::PropertyWrapperBase::animationIsAccelerated):
42943 (WebCore::PropertyWrapperAcceleratedOpacity::animationIsAccelerated):
42946 (WebCore::PropertyWrapperAcceleratedTransform::animationIsAccelerated):