Home
last modified time | relevance | path

Searched refs:CloneWithOffset (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dkeyframe.h101 Keyframe* CloneWithOffset(double offset) const { in CloneWithOffset() function
134 virtual PropertySpecificKeyframe* CloneWithOffset(double offset) const = 0;
H A Dstring_keyframe.h119 Keyframe::PropertySpecificKeyframe* CloneWithOffset(
141 PropertySpecificKeyframe* CloneWithOffset(double offset) const final;
H A Dstring_keyframe.cc277 StringKeyframe::CSSPropertySpecificKeyframe::CloneWithOffset( in CloneWithOffset() function in blink::StringKeyframe::CSSPropertySpecificKeyframe
286 SVGPropertySpecificKeyframe::CloneWithOffset(double offset) const { in CloneWithOffset() function in blink::SVGPropertySpecificKeyframe
H A Dtransition_keyframe.h82 Keyframe::PropertySpecificKeyframe* CloneWithOffset( in CloneWithOffset() function
H A Dcompositor_animations_test.cc219 Keyframe* second = frame->CloneWithOffset(1); in DuplicateSingleKeyframeAndTestIsCandidateOnResult()
352 PropertySpecificKeyframe* CloneWithOffset(double) const final { in CloneWithOffset() function in blink::AnimationCompositorAnimationsTest::MockStringKeyframe::MockPropertySpecificStringKeyframe
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dkeyframe.h101 Keyframe* CloneWithOffset(double offset) const { in CloneWithOffset() function
136 virtual PropertySpecificKeyframe* CloneWithOffset(double offset) const = 0;
H A Dstring_keyframe.h129 Keyframe::PropertySpecificKeyframe* CloneWithOffset(
151 PropertySpecificKeyframe* CloneWithOffset(double offset) const final;
H A Dtransition_keyframe.h84 Keyframe::PropertySpecificKeyframe* CloneWithOffset( in CloneWithOffset() function
H A Dstring_keyframe.cc367 StringKeyframe::CSSPropertySpecificKeyframe::CloneWithOffset( in CloneWithOffset() function in blink::StringKeyframe::CSSPropertySpecificKeyframe
376 SVGPropertySpecificKeyframe::CloneWithOffset(double offset) const { in CloneWithOffset() function in blink::SVGPropertySpecificKeyframe
H A Dcompositor_animations_test.cc226 Keyframe* second = frame->CloneWithOffset(1); in DuplicateSingleKeyframeAndTestIsCandidateOnResult()
361 PropertySpecificKeyframe* CloneWithOffset(double) const final { in CloneWithOffset() function in blink::AnimationCompositorAnimationsTest::MockStringKeyframe::MockPropertySpecificStringKeyframe
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc142 To<StringKeyframe>(keyframe->CloneWithOffset(offsets[j]))); in CreateKeyframeEffectModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc147 To<StringKeyframe>(keyframe->CloneWithOffset(offsets[j]))); in ProcessKeyframesRule()