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

  /external/chromium_org/cc/animation/
animation.h 70 TargetProperty target_property() const { return target_property_; }
186 TargetProperty target_property_; member in class:cc::Animation
animation.cc 64 target_property_(target_property),
94 s_targetPropertyNames[target_property_],
257 new Animation(curve_->Clone(), id_, group_, target_property_));
layer_animation_controller.cc 74 : id_(id), target_property_(target_property) {}
77 animation->target_property() == target_property_;
82 Animation::TargetProperty target_property_; member in struct:cc::HasAnimationIdAndProperty
    [all...]

Completed in 38 milliseconds