Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc1783 return InheritedVariables() || NonInheritedVariables() || in HasVariables()
1791 if (auto* inherited_variables = InheritedVariables()) in GetVariableNames()
1798 StyleInheritedVariables* ComputedStyle::InheritedVariables() const { in InheritedVariables() function in blink::ComputedStyle
1856 if (InheritedVariables()) { in GetVariableData()
1857 if (auto data = InheritedVariables()->GetData(name)) in GetVariableData()
1871 if (InheritedVariables()) { in GetVariableData()
1872 if (auto data = InheritedVariables()->GetData(name)) in GetVariableData()
1894 if (InheritedVariables()) { in GetVariableValue()
1895 if (auto value = InheritedVariables()->GetValue(name)) in GetVariableValue()
1909 if (InheritedVariables()) { in GetVariableValue()
[all …]
H A Dcomputed_style_extra_fields.json5465 name: "InheritedVariables",
473 field_group: "InheritedVariables",
H A Dcomputed_style.h1195 CORE_EXPORT StyleInheritedVariables* InheritedVariables() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcomputed_style_css_value_mapping.cc50 StyleInheritedVariables* inherited = style.InheritedVariables(); in GetVariables()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc1830 return InheritedVariables() || NonInheritedVariables() || in HasVariables()
1834 StyleInheritedVariables* ComputedStyle::InheritedVariables() const { in InheritedVariables() function in blink::ComputedStyle
1892 if (InheritedVariables()) { in GetVariableData()
1893 if (auto data = InheritedVariables()->GetData(name)) in GetVariableData()
1907 if (InheritedVariables()) { in GetVariableData()
1908 if (auto data = InheritedVariables()->GetData(name)) in GetVariableData()
1930 if (InheritedVariables()) { in GetVariableValue()
1931 if (auto value = InheritedVariables()->GetValue(name)) in GetVariableValue()
1945 if (InheritedVariables()) { in GetVariableValue()
1946 if (auto value = InheritedVariables()->GetValue(name)) in GetVariableValue()
H A Dcomputed_style_extra_fields.json5543 name: "InheritedVariables",
H A Dcomputed_style.h1232 CORE_EXPORT StyleInheritedVariables* InheritedVariables() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dcss_variable_resolver_test.cc319 EXPECT_TRUE(state.Style()->InheritedVariables()->NeedsResolution()); in TEST_F()
324 EXPECT_FALSE(state.Style()->InheritedVariables()->NeedsResolution()); in TEST_F()
H A Dcss_variable_resolver.cc294 inherited_variables_ = state_.Style()->InheritedVariables(); in ResolveVariableReference()
537 inherited_variables_(state.Style()->InheritedVariables()), in CSSVariableResolver()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dkeyframe_effect_model.cc188 if (auto* inherited_variables = computed_style.InheritedVariables()) { in SnapshotCompositableProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.cc1509 return cached_matched_properties->computed_style->InheritedVariables() != in InheritedVariablesChanged()
1510 style.InheritedVariables(); in InheritedVariablesChanged()