/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_transform_animation_curve_impl.h | 17 namespace blink { class WebTransformKeyframe; } 31 virtual void add(const blink::WebTransformKeyframe& keyframe); 32 virtual void add(const blink::WebTransformKeyframe& keyframe, 34 virtual void add(const blink::WebTransformKeyframe& keyframe,
|
web_transform_animation_curve_impl.cc | 13 using blink::WebTransformKeyframe; 27 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe) { 31 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe, 40 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe,
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebTransformKeyframe.cpp | 26 #include "public/platform/WebTransformKeyframe.h" 32 WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value) 38 WebTransformKeyframe::~WebTransformKeyframe() 43 double WebTransformKeyframe::time() const 48 const WebTransformOperations& WebTransformKeyframe::value() const
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebTransformAnimationCurve.h | 31 #include "WebTransformKeyframe.h" 41 virtual void add(const WebTransformKeyframe&) = 0; 42 virtual void add(const WebTransformKeyframe&, TimingFunctionType) = 0; 45 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebTransformKeyframe.h | 37 class WebTransformKeyframe : public WebNonCopyable { 40 BLINK_PLATFORM_EXPORT WebTransformKeyframe(double time, WTF::PassOwnPtr<WebTransformOperations> value); 43 BLINK_PLATFORM_EXPORT ~WebTransformKeyframe();
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 146 bool appendKeyframeWithStandardTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, blink::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize& boxSize) 161 curve->add(WebTransformKeyframe(keyTime, operations.release()), timingFunctionType); 168 bool appendKeyframeWithCustomBezierTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize) 183 curve->add(WebTransformKeyframe(keyTime, operations.release()), x1, y1, x2, y2); 334 return createWebAnimation<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), blink::WebAnimation::TargetPropertyTransform, FloatSize(boxSize));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 52 #include "public/platform/WebTransformKeyframe.h" 464 blink::WebTransformKeyframe transformKeyframe(keyframes[i]->offset(), ops.release());
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.gypi | 288 'exported/WebTransformKeyframe.cpp', [all...] |
blink_platform.target.darwin-arm.mk | 183 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 182 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 182 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 183 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 182 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 182 third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \ [all...] |