HomeSort by relevance Sort by last modified time
    Searched full:target_property (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/cc/animation/
animation_events.cc 12 Animation::TargetProperty target_property,
17 target_property(target_property),
animation_delegate.h 17 Animation::TargetProperty target_property) = 0;
20 Animation::TargetProperty target_property) = 0;
animation_events.h 23 Animation::TargetProperty target_property,
29 Animation::TargetProperty target_property; member in struct:cc::AnimationEvent
layer_animation_controller.cc 73 HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property)
74 : id_(id), target_property_(target_property) {}
77 animation->target_property() == target_property_;
87 Animation::TargetProperty target_property) {
92 HasAnimationIdAndProperty(animation_id, target_property)),
98 Animation::TargetProperty target_property) {
100 if (animations_[i]->target_property() == target_property &&
152 switch (animation->target_property()) {
260 Animation::TargetProperty target_property) const
    [all...]
layer_animation_controller.h 46 Animation::TargetProperty target_property);
47 void AbortAnimations(Animation::TargetProperty target_property);
70 Animation::TargetProperty target_property) const;
74 Animation* GetAnimation(Animation::TargetProperty target_property) const;
86 bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
animation.cc 51 TargetProperty target_property) {
55 target_property)); }
60 TargetProperty target_property)
64 target_property_(target_property),
animation.h 64 TargetProperty target_property);
70 TargetProperty target_property() const { return target_property_; } function in class:cc::Animation
170 TargetProperty target_property);
layer_animation_controller_unittest.cc     [all...]
  /external/chromium_org/cc/blink/
web_to_cc_animation_delegate_adapter.cc 17 cc::Animation::TargetProperty target_property) {
21 target_property));
26 cc::Animation::TargetProperty target_property) {
30 target_property));
web_to_cc_animation_delegate_adapter.h 26 cc::Animation::TargetProperty target_property) OVERRIDE;
29 cc::Animation::TargetProperty target_property) OVERRIDE;
web_animation_impl.cc 26 TargetProperty target_property,
66 static_cast<cc::Animation::TargetProperty>(target_property));
79 animation_->target_property());
web_layer_impl.cc 253 blink::WebCompositorAnimation::TargetProperty target_property) {
255 animation_id, static_cast<Animation::TargetProperty>(target_property));
  /external/chromium_org/cc/test/
layer_tree_test.h 90 Animation::TargetProperty target_property)
94 Animation::TargetProperty target_property) OVERRIDE {}
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 151 Animation::TargetProperty target_property) OVERRIDE {
244 Animation::TargetProperty target_property) OVERRIDE {
371 Animation::TargetProperty target_property) OVERRIDE {
563 Animation::TargetProperty target_property) OVERRIDE {
622 Animation::TargetProperty target_property) OVERRIDE {
861 Animation::TargetProperty target_property) OVERRIDE {
867 Animation::TargetProperty target_property) OVERRIDE {
911 Animation::TargetProperty target_property) OVERRIDE {
918 Animation::TargetProperty target_property) OVERRIDE {
994 Animation::TargetProperty target_property) OVERRIDE
    [all...]
  /external/chromium_org/ui/compositor/
layer_animation_sequence.cc 220 LayerAnimationElement::ToAnimatableProperty(event.target_property);
layer_animator.cc 309 LayerAnimationElement::ToAnimatableProperty(event.target_property);
  /external/chromium_org/cc/layers/
layer_impl.h 114 Animation::TargetProperty target_property) OVERRIDE{};
117 Animation::TargetProperty target_property) OVERRIDE;
layer_impl.cc     [all...]
layer.cc     [all...]

Completed in 500 milliseconds