Home
last modified time | relevance | path

Searched refs:WorkletAnimation (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/animation-worklet/
H A Didlharness.any.js.ini5 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
14 …[WorkletAnimation interface: new WorkletAnimation("name") must inherit property "animatorName" wit…
20 [Stringification of new WorkletAnimation("name")]
23 [WorkletAnimation interface: attribute animatorName]
26 [WorkletAnimation interface: existence and properties of interface object]
29 [WorkletAnimation interface object length]
32 [WorkletAnimation interface object name]
37 [Stringification of new WorkletAnimation("name")]
43 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
49 [WorkletAnimation interface: new WorkletAnimation("name") must not have property "animatorName"]
[all …]
H A Dworklet-animation-creation.https.html.ini2 [WorkletAnimation creation with timeline and options should work]
5 [WorkletAnimation creation with timeline should work]
8 [WorkletAnimation creation without timeline should use default documentation timeline]
17 [ScrollTimeline is a valid timeline for a WorkletAnimation]
20 [WorkletAnimation creation should choose the correct timeline based on the current global object]
H A Dworklet-animation-duration.https.html.ini2 [WorkletAnimation should continue to be in effect forever, even if its duration is passed]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/animation-worklet/
H A Didlharness.any.js.ini5 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
14 …[WorkletAnimation interface: new WorkletAnimation("name") must inherit property "animatorName" wit…
20 [Stringification of new WorkletAnimation("name")]
23 [WorkletAnimation interface: attribute animatorName]
26 [WorkletAnimation interface: existence and properties of interface object]
29 [WorkletAnimation interface object length]
32 [WorkletAnimation interface object name]
37 [Stringification of new WorkletAnimation("name")]
43 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
49 [WorkletAnimation interface: new WorkletAnimation("name") must not have property "animatorName"]
[all …]
H A Dworklet-animation-creation.https.html.ini2 [WorkletAnimation creation with timeline and options should work]
5 [WorkletAnimation creation with timeline should work]
8 [WorkletAnimation creation without timeline should use default documentation timeline]
17 [ScrollTimeline is a valid timeline for a WorkletAnimation]
20 [WorkletAnimation creation should choose the correct timeline based on the current global object]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/animation-worklet/
H A Didlharness.any.js.ini5 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
14 …[WorkletAnimation interface: new WorkletAnimation("name") must inherit property "animatorName" wit…
20 [Stringification of new WorkletAnimation("name")]
23 [WorkletAnimation interface: attribute animatorName]
26 [WorkletAnimation interface: existence and properties of interface object]
29 [WorkletAnimation interface object length]
32 [WorkletAnimation interface object name]
37 [Stringification of new WorkletAnimation("name")]
43 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
49 [WorkletAnimation interface: new WorkletAnimation("name") must not have property "animatorName"]
[all …]
H A Dworklet-animation-creation.https.html.ini2 [WorkletAnimation creation with timeline and options should work]
5 [WorkletAnimation creation with timeline should work]
8 [WorkletAnimation creation without timeline should use default documentation timeline]
17 [ScrollTimeline is a valid timeline for a WorkletAnimation]
20 [WorkletAnimation creation should choose the correct timeline based on the current global object]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/animation-worklet/
H A Didlharness.any.js.ini5 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
14 …[WorkletAnimation interface: new WorkletAnimation("name") must inherit property "animatorName" wit…
20 [Stringification of new WorkletAnimation("name")]
23 [WorkletAnimation interface: attribute animatorName]
26 [WorkletAnimation interface: existence and properties of interface object]
29 [WorkletAnimation interface object length]
32 [WorkletAnimation interface object name]
37 [Stringification of new WorkletAnimation("name")]
43 [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
49 [WorkletAnimation interface: new WorkletAnimation("name") must not have property "animatorName"]
[all …]
H A Dworklet-animation-creation.https.html.ini2 [WorkletAnimation creation with timeline and options should work]
5 [WorkletAnimation creation with timeline should work]
8 [WorkletAnimation creation without timeline should use default documentation timeline]
17 [ScrollTimeline is a valid timeline for a WorkletAnimation]
20 [WorkletAnimation creation should choose the correct timeline based on the current global object]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dworklet_animation.cc18 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in cc::WorkletAnimation
26 : WorkletAnimation(cc_animation_id, in WorkletAnimation()
35 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in cc::WorkletAnimation
58 WorkletAnimation::~WorkletAnimation() = default;
60 scoped_refptr<WorkletAnimation> WorkletAnimation::Create( in Create()
66 return WrapRefCounted(new WorkletAnimation( in Create()
83 void WorkletAnimation::Tick(base::TimeTicks monotonic_time) { in Tick()
99 void WorkletAnimation::UpdateState(bool start_ready_animations, in UpdateState()
184 void WorkletAnimation::SetOutputState( in SetOutputState()
190 void WorkletAnimation::SetPlaybackRate(double playback_rate) { in SetPlaybackRate()
[all …]
H A Dworklet_animation.h35 class CC_ANIMATION_EXPORT WorkletAnimation final : public Animation {
38 WorkletAnimation(int cc_animation_id,
45 static scoped_refptr<WorkletAnimation> Create(
84 WorkletAnimation(int cc_animation_id,
93 ~WorkletAnimation() override;
165 inline WorkletAnimation* ToWorkletAnimation(Animation* animation) { in ToWorkletAnimation()
167 return static_cast<WorkletAnimation*>(animation); in ToWorkletAnimation()
H A Dworklet_animation_unittest.cc53 scoped_refptr<WorkletAnimation> worklet_animation_;
78 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
79 WrapRefCounted(new WorkletAnimation( in TEST_F()
178 scoped_refptr<WorkletAnimation> worklet_animation = WorkletAnimation::Create( in TEST_F()
195 scoped_refptr<WorkletAnimation> worklet_animation = WorkletAnimation::Create( in TEST_F()
236 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
237 WorkletAnimation::Create(worklet_animation_id_, "test_name", in TEST_F()
292 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
293 WorkletAnimation::Create(worklet_animation_id_, "test_name", in TEST_F()
344 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
[all …]
H A Danimation_host_unittest.cc39 worklet_animation_ = WorkletAnimation::Create( in AttachWorkletAnimation()
58 scoped_refptr<WorkletAnimation> worklet_animation_;
59 scoped_refptr<WorkletAnimation> worklet_animation_impl_;
342 scoped_refptr<WorkletAnimation> worklet_animation( in TEST_F()
343 new WorkletAnimation(animation_id2, worklet_animation_id, "test_name", 1, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dworklet_animation.cc18 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in cc::WorkletAnimation
26 : WorkletAnimation(cc_animation_id, in WorkletAnimation()
35 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in cc::WorkletAnimation
58 WorkletAnimation::~WorkletAnimation() = default;
60 scoped_refptr<WorkletAnimation> WorkletAnimation::Create( in Create()
66 return WrapRefCounted(new WorkletAnimation( in Create()
83 void WorkletAnimation::Tick(base::TimeTicks monotonic_time) { in Tick()
99 void WorkletAnimation::UpdateState(bool start_ready_animations, in UpdateState()
188 void WorkletAnimation::SetOutputState( in SetOutputState()
196 void WorkletAnimation::SetPlaybackRate(double playback_rate) { in SetPlaybackRate()
[all …]
H A Dworklet_animation.h35 class CC_ANIMATION_EXPORT WorkletAnimation final : public Animation {
38 WorkletAnimation(int cc_animation_id,
45 static scoped_refptr<WorkletAnimation> Create(
84 WorkletAnimation(int cc_animation_id,
93 ~WorkletAnimation() override;
165 inline WorkletAnimation* ToWorkletAnimation(Animation* animation) { in ToWorkletAnimation()
167 return static_cast<WorkletAnimation*>(animation); in ToWorkletAnimation()
H A Dworklet_animation_unittest.cc51 scoped_refptr<WorkletAnimation> worklet_animation_;
77 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
78 WrapRefCounted(new WorkletAnimation( in TEST_F()
177 scoped_refptr<WorkletAnimation> worklet_animation = WorkletAnimation::Create( in TEST_F()
194 scoped_refptr<WorkletAnimation> worklet_animation = WorkletAnimation::Create( in TEST_F()
235 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
236 WorkletAnimation::Create(worklet_animation_id_, "test_name", in TEST_F()
291 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
343 scoped_refptr<WorkletAnimation> worklet_animation = in TEST_F()
514 scoped_refptr<WorkletAnimation> worklet_animation = WorkletAnimation::Create( in TEST_F()
[all …]
H A Danimation_host_unittest.cc39 worklet_animation_ = WorkletAnimation::Create( in AttachWorkletAnimation()
58 scoped_refptr<WorkletAnimation> worklet_animation_;
59 scoped_refptr<WorkletAnimation> worklet_animation_impl_;
340 scoped_refptr<WorkletAnimation> worklet_animation( in TEST_F()
341 new WorkletAnimation(animation_id2, worklet_animation_id, "test_name", 1, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/animationworklet/
H A Dworklet_animation.cc175 WorkletAnimation* WorkletAnimation::Create( in Create()
185 WorkletAnimation* WorkletAnimation::Create( in Create()
194 WorkletAnimation* WorkletAnimation::Create( in Create()
245 WorkletAnimation* animation = MakeGarbageCollected<WorkletAnimation>( in Create()
252 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in blink::WorkletAnimation
289 String WorkletAnimation::playState() { in playState()
391 void WorkletAnimation::cancel() { in cancel()
510 void WorkletAnimation::SetCurrentTime( in SetCurrentTime()
568 void WorkletAnimation::StartOnMain() { in StartOnMain()
876 void WorkletAnimation::SetOutputState( in SetOutputState()
[all …]
H A Dworklet_animation.h39 class MODULES_EXPORT WorkletAnimation : public WorkletAnimationBase,
44 USING_GARBAGE_COLLECTED_MIXIN(WorkletAnimation);
45 USING_PRE_FINALIZER(WorkletAnimation, Dispose);
48 static WorkletAnimation* Create(
53 static WorkletAnimation* Create(
59 static WorkletAnimation* Create(
67 WorkletAnimation(WorkletAnimationId id,
73 ~WorkletAnimation() override = default;
H A Dworklet_animation_test.cc62 WorkletAnimation* CreateWorkletAnimation( in CreateWorkletAnimation()
76 return WorkletAnimation::Create(script_state, animator_name, effects, in CreateWorkletAnimation()
121 Persistent<WorkletAnimation> worklet_animation_;
193 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
309 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
362 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
413 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
484 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/animationworklet/
H A Dworklet_animation.cc176 WorkletAnimation* WorkletAnimation::Create( in Create()
186 WorkletAnimation* WorkletAnimation::Create( in Create()
195 WorkletAnimation* WorkletAnimation::Create( in Create()
246 WorkletAnimation* animation = MakeGarbageCollected<WorkletAnimation>( in Create()
253 WorkletAnimation::WorkletAnimation( in WorkletAnimation() function in blink::WorkletAnimation
290 String WorkletAnimation::playState() { in playState()
378 void WorkletAnimation::cancel() { in cancel()
499 void WorkletAnimation::SetCurrentTime( in SetCurrentTime()
557 void WorkletAnimation::StartOnMain() { in StartOnMain()
840 void WorkletAnimation::SetOutputState( in SetOutputState()
[all …]
H A Dworklet_animation.h39 class MODULES_EXPORT WorkletAnimation : public WorkletAnimationBase,
44 USING_PRE_FINALIZER(WorkletAnimation, Dispose);
47 static WorkletAnimation* Create(
52 static WorkletAnimation* Create(
58 static WorkletAnimation* Create(
66 WorkletAnimation(WorkletAnimationId id,
72 ~WorkletAnimation() override = default;
H A Dworklet_animation_test.cc62 WorkletAnimation* CreateWorkletAnimation( in CreateWorkletAnimation()
76 return WorkletAnimation::Create(script_state, animator_name, effects, in CreateWorkletAnimation()
121 Persistent<WorkletAnimation> worklet_animation_;
193 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
310 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
364 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
415 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
483 WorkletAnimation* worklet_animation = CreateWorkletAnimation( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Danimation_effect.h49 class WorkletAnimation; variable
62 friend class WorkletAnimation; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Danimation_effect.h50 class WorkletAnimation; variable
63 friend class WorkletAnimation; variable

12