Home
last modified time | relevance | path

Searched refs:TargetProperty (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/content/renderer/compositor_bindings/
Dweb_to_cc_animation_delegate_adapter.cc18 cc::Animation::TargetProperty target_property) { in NotifyAnimationStarted()
21 static_cast<blink::WebAnimation::TargetProperty>(target_property)); in NotifyAnimationStarted()
26 cc::Animation::TargetProperty target_property) { in NotifyAnimationFinished()
29 static_cast<blink::WebAnimation::TargetProperty>(target_property)); in NotifyAnimationFinished()
Dweb_animation_impl.cc26 TargetProperty target_property, in WebAnimationImpl()
68 static_cast<cc::Animation::TargetProperty>(target_property)); in WebAnimationImpl()
78 blink::WebAnimation::TargetProperty WebAnimationImpl::targetProperty() const { in targetProperty()
79 return static_cast<WebAnimationImpl::TargetProperty>( in targetProperty()
Dweb_to_cc_animation_delegate_adapter.h26 cc::Animation::TargetProperty target_property) OVERRIDE;
29 cc::Animation::TargetProperty target_property) OVERRIDE;
Dweb_animation_impl.h26 TargetProperty target,
33 virtual TargetProperty targetProperty() const;
Dweb_compositor_support_impl.h47 blink::WebAnimation::TargetProperty target, in NON_EXPORTED_BASE()
Dweb_compositor_support_impl.cc104 blink::WebAnimation::TargetProperty target, in createAnimation()
Dweb_layer_impl.cc262 blink::WebAnimation::TargetProperty target_property) { in removeAnimation()
264 animation_id, static_cast<Animation::TargetProperty>(target_property)); in removeAnimation()
/external/chromium_org/cc/animation/
Danimation.h42 enum TargetProperty { enum
57 TargetProperty target_property);
63 TargetProperty target_property() const { return target_property_; } in target_property()
148 TargetProperty target_property);
162 TargetProperty target_property_;
Dlayer_animation_controller.h46 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;
Danimation_delegate.h17 Animation::TargetProperty target_property) = 0;
20 Animation::TargetProperty target_property) = 0;
Danimation_events.h23 Animation::TargetProperty target_property,
29 Animation::TargetProperty target_property;
Danimation_events.cc12 Animation::TargetProperty target_property, in AnimationEvent()
Danimation.cc51 TargetProperty target_property) { in Create()
60 TargetProperty target_property) in Animation()
Dlayer_animation_controller.cc72 HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property) in HasAnimationIdAndProperty()
81 Animation::TargetProperty target_property_;
86 Animation::TargetProperty target_property) { in RemoveAnimation()
97 Animation::TargetProperty target_property) { in AbortAnimations()
253 Animation::TargetProperty target_property) const { in GetAnimation()
262 Animation::TargetProperty target_property) const { in GetAnimation()
280 Animation::TargetProperty target_property) const { in IsAnimatingProperty()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTestHelper.h70 blink::WebAnimation::TargetProperty m_property;
74 WebAnimationMock(blink::WebAnimation::TargetProperty p) : m_property(p) { } in WebAnimationMock()
75 virtual blink::WebAnimation::TargetProperty targetProperty() const { return m_property; }; in targetProperty()
122 …imation*(const blink::WebAnimationCurve& curve, blink::WebAnimation::TargetProperty target, int an…
/external/chromium_org/third_party/WebKit/public/platform/
DWebAnimationDelegate.h36 virtual void notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) = 0;
37 virtual void notifyAnimationFinished(double monotonicTime, WebAnimation::TargetProperty) = 0;
DWebAnimation.h47 enum TargetProperty { enum
58 virtual TargetProperty targetProperty() const = 0;
DWebCompositorSupport.h87 …virtual WebAnimation* createAnimation(const WebAnimationCurve&, WebAnimation::TargetProperty, int …
DWebLayer.h152 virtual void removeAnimation(int animationId, WebAnimation::TargetProperty) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.h67 …virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVE…
68 …virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OV…
DLinkHighlight.cpp311 void LinkHighlight::notifyAnimationStarted(double, blink::WebAnimation::TargetProperty) in notifyAnimationStarted() argument
315 void LinkHighlight::notifyAnimationFinished(double, blink::WebAnimation::TargetProperty) in notifyAnimationFinished() argument
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_animation.cc153 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted()
246 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished()
373 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished()
565 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted()
624 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished()
919 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted()
925 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished()
969 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted()
976 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished()
1052 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted()
/external/chromium_org/ui/compositor/test/
Dlayer_animator_test_controller.cc32 std::vector<cc::Animation::TargetProperty> threaded_properties; in StartThreadedAnimationsIfNeeded()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h257 …virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVE…
258 …virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OV…
/external/chromium_org/cc/test/
Dlayer_tree_test.h91 Animation::TargetProperty target_property) in NotifyAnimationStarted()
95 Animation::TargetProperty target_property) OVERRIDE {} in NotifyAnimationFinished()

12