Home
last modified time | relevance | path

Searched refs:CSSAnimationData (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animation_data.cc11 CSSAnimationData::CSSAnimationData() { in CSSAnimationData() function in blink::CSSAnimationData
20 CSSAnimationData::CSSAnimationData(const CSSAnimationData& other) = default;
22 const AtomicString& CSSAnimationData::InitialName() { in InitialName()
27 const StyleNameOrKeyword& CSSAnimationData::InitialTimeline() { in InitialTimeline()
32 bool CSSAnimationData::AnimationsMatchForStyleRecalc( in AnimationsMatchForStyleRecalc()
33 const CSSAnimationData& other) const { in AnimationsMatchForStyleRecalc()
43 Timing CSSAnimationData::ConvertToTiming(size_t index) const { in ConvertToTiming()
54 const StyleNameOrKeyword& CSSAnimationData::GetTimeline(size_t index) const { in GetTimeline()
H A Dcss_animation_data.h18 class CSSAnimationData final : public CSSTimingData {
20 CSSAnimationData();
21 explicit CSSAnimationData(const CSSAnimationData&);
23 std::unique_ptr<CSSAnimationData> Clone() const { in Clone()
24 return base::WrapUnique(new CSSAnimationData(*this)); in Clone()
27 bool AnimationsMatchForStyleRecalc(const CSSAnimationData& other) const;
28 bool operator==(const CSSAnimationData& other) const {
H A Dcss_animations.cc663 const CSSAnimationData* animation_data = style.Animations(); in CalculateAnimationUpdate()
676 if (name == CSSAnimationData::InitialName()) in CalculateAnimationUpdate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animation_data.cc11 CSSAnimationData::CSSAnimationData() { in CSSAnimationData() function in blink::CSSAnimationData
19 CSSAnimationData::CSSAnimationData(const CSSAnimationData& other) = default;
21 const AtomicString& CSSAnimationData::InitialName() { in InitialName()
26 bool CSSAnimationData::AnimationsMatchForStyleRecalc( in AnimationsMatchForStyleRecalc()
27 const CSSAnimationData& other) const { in AnimationsMatchForStyleRecalc()
36 Timing CSSAnimationData::ConvertToTiming(size_t index) const { in ConvertToTiming()
H A Dcss_animation_data.h17 class CSSAnimationData final : public CSSTimingData {
19 CSSAnimationData();
20 explicit CSSAnimationData(const CSSAnimationData&);
22 std::unique_ptr<CSSAnimationData> Clone() const { in Clone()
23 return base::WrapUnique(new CSSAnimationData(*this)); in Clone()
26 bool AnimationsMatchForStyleRecalc(const CSSAnimationData& other) const;
27 bool operator==(const CSSAnimationData& other) const {
H A Dcss_animations.cc363 const CSSAnimationData* animation_data = style.Animations(); in CalculateAnimationUpdate()
378 if (name == CSSAnimationData::InitialName()) in CalculateAnimationUpdate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dcss_to_style_map.cc300 return CSSAnimationData::InitialDirection(); in MapAnimationDirection()
313 return CSSAnimationData::InitialDirection(); in MapAnimationDirection()
325 return CSSAnimationData::InitialFillMode(); in MapAnimationFillMode()
338 return CSSAnimationData::InitialFillMode(); in MapAnimationFillMode()
344 return CSSAnimationData::InitialIterationCount(); in MapAnimationIterationCount()
354 return CSSAnimationData::InitialName(); in MapAnimationName()
358 return CSSAnimationData::InitialName(); in MapAnimationName()
363 return CSSAnimationData::InitialTimeline(); in MapAnimationTimeline()
380 return CSSAnimationData::InitialPlayState(); in MapAnimationPlayState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dcss_to_style_map.cc327 return CSSAnimationData::InitialDirection(); in MapAnimationDirection()
340 return CSSAnimationData::InitialDirection(); in MapAnimationDirection()
352 return CSSAnimationData::InitialFillMode(); in MapAnimationFillMode()
365 return CSSAnimationData::InitialFillMode(); in MapAnimationFillMode()
371 return CSSAnimationData::InitialIterationCount(); in MapAnimationIterationCount()
381 return CSSAnimationData::InitialName(); in MapAnimationName()
385 return CSSAnimationData::InitialName(); in MapAnimationName()
390 return CSSAnimationData::InitialPlayState(); in MapAnimationPlayState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/shorthands/
H A Dshorthands_custom.cc108 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
135 if (CSSAnimationData::InitialTimeline() != in CSSValueFromComputedStyleInternal()
150 *CSSNumericLiteralValue::Create(CSSAnimationData::InitialDuration(), in CSSValueFromComputedStyleInternal()
153 CSSAnimationData::InitialTimingFunction().get())); in CSSValueFromComputedStyleInternal()
155 CSSAnimationData::InitialDelay(), CSSPrimitiveValue::UnitType::kSeconds)); in CSSValueFromComputedStyleInternal()
157 *CSSNumericLiteralValue::Create(CSSAnimationData::InitialIterationCount(), in CSSValueFromComputedStyleInternal()
160 CSSAnimationData::InitialDirection())); in CSSValueFromComputedStyleInternal()
162 CSSAnimationData::InitialFillMode())); in CSSValueFromComputedStyleInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/shorthands/
H A Dshorthands_custom.cc110 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
143 *CSSNumericLiteralValue::Create(CSSAnimationData::InitialDuration(), in CSSValueFromComputedStyleInternal()
146 CSSAnimationData::InitialTimingFunction().get())); in CSSValueFromComputedStyleInternal()
148 CSSAnimationData::InitialDelay(), CSSPrimitiveValue::UnitType::kSeconds)); in CSSValueFromComputedStyleInternal()
150 *CSSNumericLiteralValue::Create(CSSAnimationData::InitialIterationCount(), in CSSValueFromComputedStyleInternal()
153 CSSAnimationData::InitialDirection())); in CSSValueFromComputedStyleInternal()
155 CSSAnimationData::InitialFillMode())); in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc1654 CSSAnimationData& ComputedStyle::AccessAnimations() { in AccessAnimations()
1655 std::unique_ptr<CSSAnimationData>& animations = MutableAnimationsInternal(); in AccessAnimations()
1657 animations = std::make_unique<CSSAnimationData>(); in AccessAnimations()
H A Dcomputed_style_test.cc1074 animations.DelayList().push_back(CSSAnimationData::InitialDelay()); in TEST()
1081 CSSAnimationData::InitialDelay()); in TEST()
H A Dcomputed_style.h73 class CSSAnimationData; variable
1215 CORE_EXPORT CSSAnimationData& AccessAnimations();
1216 const CSSAnimationData* Animations() const { in Animations()
H A Dcomputed_style_extra_fields.json5508 type_name: "CSSAnimationData",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h70 class CSSAnimationData; variable
1252 CSSAnimationData& AccessAnimations();
1253 const CSSAnimationData* Animations() const { in Animations()
H A Dcomputed_style.cc1739 CSSAnimationData& ComputedStyle::AccessAnimations() { in AccessAnimations()
1741 SetAnimationsInternal(std::make_unique<CSSAnimationData>()); in AccessAnimations()
H A Dcomputed_style_extra_fields.json5585 type_name: "CSSAnimationData",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc170 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
229 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
261 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
277 (CSSNumericLiteralValue::Create(CSSAnimationData::InitialIterationCount(), in InitialValue()
298 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
338 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
370 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_property_serializer.cc1021 CSSAnimationData::InitialTimeline().GetKeyword()) { in GetLayeredShorthandValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc168 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
228 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
260 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
276 (CSSNumericLiteralValue::Create(CSSAnimationData::InitialIterationCount(), in InitialValue()
297 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
331 const CSSAnimationData* animation_data = style.Animations(); in CSSValueFromComputedStyleInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_css_agent.cc1048 const CSSAnimationData* animation_data = style->Animations(); in AnimationsForNode()
1053 if (animation_name == CSSAnimationData::InitialName()) in AnimationsForNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_css_agent.cc1111 const CSSAnimationData* animation_data = style->Animations(); in AnimationsForNode()
1116 if (animation_name == CSSAnimationData::InitialName()) in AnimationsForNode()