Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp246 virtual bool animationIsAccelerated() const { return false; } in animationIsAccelerated() function in WebCore::PropertyWrapperBase
303 virtual bool animationIsAccelerated() const { return true; } in animationIsAccelerated() function in WebCore::PropertyWrapperAcceleratedOpacity
321 virtual bool animationIsAccelerated() const { return true; } in animationIsAccelerated() function in WebCore::PropertyWrapperAcceleratedTransform
858 return !wrapper->animationIsAccelerated() || !anim->isAccelerated(); in blendProperties()
872 return wrapper ? wrapper->animationIsAccelerated() : false; in animationOfPropertyIsAccelerated()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1642941 (WebCore::PropertyWrapperBase::animationIsAccelerated):
42943 (WebCore::PropertyWrapperAcceleratedOpacity::animationIsAccelerated):
42946 (WebCore::PropertyWrapperAcceleratedTransform::animationIsAccelerated):