HomeSort by relevance Sort by last modified time
    Searched defs:TransformAnimationCurveAdapter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.cc 9 TransformAnimationCurveAdapter::TransformAnimationCurveAdapter(
22 TransformAnimationCurveAdapter::~TransformAnimationCurveAdapter() {
25 double TransformAnimationCurveAdapter::Duration() const {
29 scoped_ptr<cc::AnimationCurve> TransformAnimationCurveAdapter::Clone() const {
30 scoped_ptr<TransformAnimationCurveAdapter> to_return(
31 new TransformAnimationCurveAdapter(tween_type_,
38 gfx::Transform TransformAnimationCurveAdapter::GetValue(
transform_animation_curve_adapter.h 16 class TransformAnimationCurveAdapter :public cc::TransformAnimationCurve {
18 TransformAnimationCurveAdapter(Tween::Type tween_type,
23 virtual ~TransformAnimationCurveAdapter();

Completed in 670 milliseconds