Home
last modified time | relevance | path

Searched refs:BaseComputedStyle (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_test.cc67 ASSERT_TRUE(animations.BaseComputedStyle()); in TEST_F()
68 EXPECT_EQ(20, animations.BaseComputedStyle()->FontSize()); in TEST_F()
77 ASSERT_TRUE(animations.BaseComputedStyle()); in TEST_F()
78 EXPECT_EQ(20, animations.BaseComputedStyle()->FontSize()); in TEST_F()
127 EXPECT_TRUE(animations.BaseComputedStyle()); in TEST_F()
163 EXPECT_FALSE(animations.BaseComputedStyle()); in TEST_P()
177 EXPECT_TRUE(animations.BaseComputedStyle()); in TEST_P()
H A Dstyle_resolver.cc786 return element_animations->BaseComputedStyle(); in CachedAnimationBaseComputedStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_test.cc87 ASSERT_TRUE(animations.BaseComputedStyle()); in TEST_F()
88 EXPECT_EQ(20, animations.BaseComputedStyle()->FontSize()); in TEST_F()
97 ASSERT_TRUE(animations.BaseComputedStyle()); in TEST_F()
98 EXPECT_EQ(20, animations.BaseComputedStyle()->FontSize()); in TEST_F()
149 EXPECT_TRUE(div->GetElementAnimations()->BaseComputedStyle()); in TEST_F()
184 EXPECT_TRUE(div->GetElementAnimations()->BaseComputedStyle()); in TEST_F()
252 EXPECT_TRUE(div->GetElementAnimations()->BaseComputedStyle()); in TEST_F()
364 EXPECT_TRUE(element_animations->BaseComputedStyle()); in TEST_F()
372 EXPECT_FALSE(element_animations->BaseComputedStyle()); in TEST_F()
376 EXPECT_TRUE(element_animations->BaseComputedStyle()); in TEST_F()
[all …]
H A Dstyle_resolver.cc818 return element_animations->BaseComputedStyle(); in CachedAnimationBaseComputedStyle()
839 element_animations->BaseComputedStyle()) { in UpdateAnimationBaseComputedStyle()
1605 if (!element_animations || !element_animations->BaseComputedStyle()) in CanReuseBaseComputedStyle()
1626 if (element_animations->BaseComputedStyle() && in CanReuseBaseComputedStyle()
1627 element_animations->BaseComputedStyle()->HasFontRelativeUnits()) { in CanReuseBaseComputedStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Delement_animations.h85 const ComputedStyle* BaseComputedStyle() const;
H A Delement_animations.cc126 const ComputedStyle* ElementAnimations::BaseComputedStyle() const { in BaseComputedStyle() function in blink::ElementAnimations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Delement_animations.h85 const ComputedStyle* BaseComputedStyle() const;
H A Delement_animations.cc116 const ComputedStyle* ElementAnimations::BaseComputedStyle() const { in BaseComputedStyle() function in blink::ElementAnimations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc1134 const ComputedStyle* base_style = element_animations->BaseComputedStyle(); in CalculateTransitionUpdateForProperty()