/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | Keyframe.h | 30 void setEasing(PassRefPtr<TimingFunction> easing) { m_easing = easing; } in setEasing() argument 31 TimingFunction& easing() const { return *m_easing; } in easing() function 57 TimingFunction& easing() const { return *m_easing; } in easing() function 66 …pertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const = 0; 72 …PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::Compos… 88 …me(double offset, AnimationEffect::CompositeOperation composite, PassRefPtr<TimingFunction> easing) in Keyframe() argument 91 , m_easing(easing) in Keyframe()
|
D | InterpolationEffect.h | 21 …PtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, dou… in addInterpolation() argument 23 …m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, … in addInterpolation() 42 …PtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, dou… in create() argument 44 …return adoptPtrWillBeNoop(new InterpolationRecord(interpolation, easing, start, end, applyFrom, ap… in create() 50 …PtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, dou… in InterpolationRecord() argument 52 , m_easing(easing) in InterpolationRecord()
|
D | StringKeyframe.cpp | 48 …return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property… in createPropertySpecificKeyframe() 57 …rame::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue* value, … in PropertySpecificKeyframe() argument 58 : Keyframe::PropertySpecificKeyframe(offset, easing, op) in PropertySpecificKeyframe() 62 …yframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue* value) in PropertySpecificKeyframe() argument 63 : Keyframe::PropertySpecificKeyframe(offset, easing, AnimationEffect::CompositeReplace) in PropertySpecificKeyframe() 134 …::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const in neutralKeyframe() 136 …return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset, easing, 0, AnimationEffect::Composi… in neutralKeyframe()
|
D | StringKeyframe.h | 35 …PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue*, AnimationEff… 42 …cificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FI… 48 PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue*);
|
D | AnimationNodeTiming.cpp | 102 String AnimationNodeTiming::easing() in easing() function in blink::AnimationNodeTiming 166 void AnimationNodeTiming::setEasing(String easing) in setEasing() argument 169 TimingInput::setTimingFunction(timing, easing); in setEasing()
|
D | CompositorAnimations.cpp | 106 const TimingFunction& timing = frames[j]->easing(); in getAnimatedBoundingBox() 173 if (i < frames.size() - 1 && frame->easing().type() == TimingFunction::StepsFunction) in isCandidateForAnimationOnCompositor() 185 …if (keyframes.size() == 2 && keyframes[0]->easing().type() == TimingFunction::LinearFunction && ti… in isCandidateForAnimationOnCompositor() 363 … if (keyframes.size() == 2 && keyframes[0]->easing().type() == TimingFunction::LinearFunction) { in addKeyframesToCurve() 366 keyframeTimingFunction = &keyframes[i]->easing(); in addKeyframesToCurve()
|
D | KeyframeEffectModel.cpp | 159 … &keyframes[i]->easing(), keyframes[i]->offset(), keyframes[i + 1]->offset(), applyFrom, applyTo); in ensureInterpolationEffect() 187 …rame::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::… in PropertySpecificKeyframe() argument 189 , m_easing(easing) in PropertySpecificKeyframe()
|
D | AnimationTest.cpp | 106 …(CubicBezierTimingFunction::preset(CubicBezierTimingFunction::EaseInOut)), keyframes[0]->easing()); in TEST_F() 107 EXPECT_EQ(*(CubicBezierTimingFunction::create(1, 1, 0.3, 0.3).get()), keyframes[1]->easing()); in TEST_F() 242 EXPECT_EQ("step-start", specified->easing()); in TEST_F() 315 EXPECT_EQ("linear", specified->easing()); in TEST_F() 317 EXPECT_EQ("step-start", specified->easing()); in TEST_F()
|
D | AnimationNodeTiming.h | 28 String easing();
|
D | Timing.idl | 28 attribute DOMString easing;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableValueKeyframe.cpp | 36 …return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property… in createPropertySpecificKeyframe() 47 …rame::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const AnimatableV… in PropertySpecificKeyframe() argument 48 : Keyframe::PropertySpecificKeyframe(offset, easing, op) in PropertySpecificKeyframe() 52 …rame::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, PassRefPtrWillBeR… in PropertySpecificKeyframe() argument 53 : Keyframe::PropertySpecificKeyframe(offset, easing, AnimationEffect::CompositeReplace) in PropertySpecificKeyframe() 71 …::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const in neutralKeyframe() 73 …return adoptPtrWillBeNoop(new AnimatableValueKeyframe::PropertySpecificKeyframe(offset, easing, An… in neutralKeyframe()
|
D | AnimatableValueKeyframe.h | 35 …PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const AnimatableValue*,… 40 …cificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FI… 46 …PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, PassRefPtrWillBeRawPtr<…
|
/external/chromium_org/third_party/polymer/components-chromium/core-animation/ |
D | core-animation-extracted.js | 106 easing: {value: 'linear', reflect: true}, property 214 easing: 'apply', property 347 easing: {} property
|
/external/okhttp/website/static/ |
D | jquery.smooth-scroll.min.js | 7 …easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scr… property
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
D | paper-menu-button-transition-extracted.js | 85 easing: 'cubic-bezier(0.4, 0, 0.2, 1)' property
|
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/ |
D | core-animated-pages-extracted.js | 91 easing: 'cubic-bezier(0.4, 0, 0.2, 1)' property
|
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/ |
D | hero-transition-extracted.js | 30 wt.push(p + ' ' + duration + ' ' + options.easing + ' ' + d);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 3865 animate: function( prop, speed, easing, callback ) { argument 3866 var optall = jQuery.speed(speed, easing, callback); 3968 speed: function(speed, easing, fn) { argument 3970 complete: fn || !fn && easing || 3973 easing: fn && easing || easing && !jQuery.isFunction(easing) && easing 3991 easing: { property 4139 …this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.s…
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | jquery-1.6.4.js | 8082 show: function( speed, easing, callback ) { argument 8086 return this.animate( genFx("show", 3), speed, easing, callback); 8128 hide: function( speed, easing, callback ) { argument 8130 return this.animate( genFx("hide", 3), speed, easing, callback); 8177 fadeTo: function( speed, to, easing, callback ) { argument 8179 .animate({opacity: to}, speed, easing, callback); 8182 animate: function( prop, speed, easing, callback ) { argument 8183 var optall = jQuery.speed(speed, easing, callback); 8226 …imatedProperties[ name ] = opt.specialEasing && opt.specialEasing[ name ] || opt.easing || 'swing'; 8373 jQuery.fn[ name ] = function( speed, easing, callback ) { [all …]
|
D | dojo-1.6.1.js | 10776 _e = this.easing 10935 if(_t.easing){ 10936 step = _t.easing(step); 11205 if(!args.easing){ args.easing = d._defaultEasing; } 11260 /*Function?*/ easing, argument 11305 easing: easing, property
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/ |
D | CHANGES | 50 WithParamInterface<T> separately, easing conversion of legacy tests.
|
/external/gtest/ |
D | CHANGES | 50 WithParamInterface<T> separately, easing conversion of legacy tests.
|
/external/chromium_org/testing/gtest/ |
D | CHANGES | 50 WithParamInterface<T> separately, easing conversion of legacy tests.
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 50 WithParamInterface<T> separately, easing conversion of legacy tests.
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 19 …easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration… property 40 …t.animate(c.extend(f,l&&j?{top:l,left:j}:{}),{duration:i.animateDuration,easing:i.animateEasing,st… property
|