Home
last modified time | relevance | path

Searched refs:ComputedValuesEqual (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property_test.cc90 TEST_F(CustomPropertyTest, ComputedValuesEqual) { in TEST_F() argument
106 EXPECT_TRUE(x.ComputedValuesEqual(*style1, *style1)); in TEST_F()
107 EXPECT_TRUE(x.ComputedValuesEqual(*style2, *style2)); in TEST_F()
108 EXPECT_TRUE(x.ComputedValuesEqual(*style1, *style2)); in TEST_F()
109 EXPECT_TRUE(x.ComputedValuesEqual(*style2, *style1)); in TEST_F()
110 EXPECT_FALSE(x.ComputedValuesEqual(*style1, *style3)); in TEST_F()
111 EXPECT_FALSE(x.ComputedValuesEqual(*style2, *style3)); in TEST_F()
114 EXPECT_TRUE(y.ComputedValuesEqual(*style1, *style1)); in TEST_F()
115 EXPECT_TRUE(y.ComputedValuesEqual(*style2, *style2)); in TEST_F()
116 EXPECT_TRUE(y.ComputedValuesEqual(*style1, *style2)); in TEST_F()
[all …]
H A Dcustom_property.h44 bool ComputedValuesEqual(const ComputedStyle&,
H A Dcustom_property.cc159 bool CustomProperty::ComputedValuesEqual(const ComputedStyle& a, in ComputedValuesEqual() function in blink::CustomProperty
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcss_property_test.cc139 EXPECT_TRUE(property.ComputedValuesEqual(*style, *style)); in TEST_F()
249 class ComputedValuesEqual class
254 ComputedValuesEqual,
257 TEST_P(ComputedValuesEqual, Examples) { in TEST_P() argument
278 EXPECT_TRUE(property.ComputedValuesEqual(*style_a, *style_b)) in TEST_P()
283 EXPECT_FALSE(property.ComputedValuesEqual(*style_a, *style_b)) in TEST_P()
H A Dcss_property.h78 virtual bool ComputedValuesEqual(const ComputedStyle&, in ComputedValuesEqual() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dmatched_properties_cache.cc111 if (!ref.GetProperty().ComputedValuesEqual(*parent_computed_style, in DependenciesEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/properties/templates/
H A Dcss_properties.cc.tmpl92 bool {{class_name}}::ComputedValuesEqual(const ComputedStyle& a, const ComputedStyle& b) const {
H A Dcss_properties.h.tmpl90 bool ComputedValuesEqual(const ComputedStyle& a, const ComputedStyle& b) const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc524 bool ComputedValuesEqual(const PropertyHandle& property, in ComputedValuesEqual() function
1088 if (ComputedValuesEqual(property, state.style, *running_transition->to)) { in CalculateTransitionUpdateForProperty()
1107 if (ComputedValuesEqual( in CalculateTransitionUpdateForProperty()
1151 if (ComputedValuesEqual(property, *state.before_change_style, state.style)) { in CalculateTransitionUpdateForProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_properties.json5160 // If true, a CSSProperty::ComputedValuesEqual function is generated.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/third_party/blink/renderer/core/css/
H A Dcss_properties.json5160 // If true, a CSSProperty::ComputedValuesEqual function is generated.