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

  /external/chromium_org/cc/animation/
animation_events.cc 12 Animation::TargetProperty target_property,
17 target_property(target_property),
animation_events.h 22 Animation::TargetProperty target_property,
28 Animation::TargetProperty target_property; member in struct:cc::AnimationEvent
layer_animation_controller.cc 68 HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property)
69 : id_(id), target_property_(target_property) {}
72 animation->target_property() == target_property_;
82 Animation::TargetProperty target_property) {
88 target_property)),
156 if (animation->target_property() == Animation::Opacity) {
166 } else if (animation->target_property() == Animation::Transform) {
209 Animation::TargetProperty target_property) const {
212 active_animations_[i]->target_property() == target_property)
    [all...]
animation.h 56 TargetProperty target_property);
62 TargetProperty target_property() const { return target_property_; } function in class:cc::Animation
143 TargetProperty target_property);
layer_animation_controller.h 42 Animation::TargetProperty target_property);
62 Animation::TargetProperty target_property) const;
66 Animation* GetAnimation(Animation::TargetProperty target_property) const;
78 bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
animation.cc 50 TargetProperty target_property) {
54 target_property)); }
59 TargetProperty target_property)
63 target_property_(target_property),
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc 23 TargetProperty target_property,
51 static_cast<cc::Animation::TargetProperty>(target_property));
60 animation_->target_property());
web_layer_impl.cc 204 WebKit::WebAnimation::TargetProperty target_property) {
207 static_cast<Animation::TargetProperty>(target_property));
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property_unittest.cc 105 IBusProperty target_property; local
107 PopIBusProperty(&reader, &target_property);
110 EXPECT_TRUE(CheckProperty("Root_", target_property));
111 const IBusPropertyList& sub_properties = target_property.sub_properties();
  /external/chromium_org/ui/compositor/
layer_animation_sequence.cc 217 LayerAnimationElement::ToAnimatableProperty(event.target_property);
layer_animator.cc 315 LayerAnimationElement::ToAnimatableProperty(event.target_property);

Completed in 177 milliseconds