Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcolor_property_functions.cc39 return style.ColumnRuleColor(); in GetUnvisitedColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcolor_property_functions.cc39 return style.ColumnRuleColor(); in GetUnvisitedColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc300 return a.ColumnRuleColor() == b.ColumnRuleColor() && in PropertiesEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc302 return a.ColumnRuleColor() == b.ColumnRuleColor() && in PropertiesEqual()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/csstype/
H A Dindex.d.ts1422 columnRuleColor?: Property.ColumnRuleColor;
5829 MozColumnRuleColor?: Property.ColumnRuleColor;
6871 WebkitColumnRuleColor?: Property.ColumnRuleColor;
10056 "column-rule-color"?: Property.ColumnRuleColor;
14463 "-moz-column-rule-color"?: Property.ColumnRuleColor;
15505 "-webkit-column-rule-color"?: Property.ColumnRuleColor;
18229 export type ColumnRuleColor = Globals | DataType.Color; alias
H A Dindex.js.flow93 columnRuleColor?: Property$ColumnRuleColor,
424 MozColumnRuleColor?: Property$ColumnRuleColor,
555 WebkitColumnRuleColor?: Property$ColumnRuleColor,
920 "column-rule-color"?: Property$ColumnRuleColor,
1254 "-moz-column-rule-color"?: Property$ColumnRuleColor,
1753 columnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2087 MozColumnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2218 WebkitColumnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2586 "column-rule-color"?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2920 "-moz-column-rule-color"?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsComputedDOMStylePropertyList.h112 COMPUTED_STYLE_PROP(column_rule_color, ColumnRuleColor)
H A DnsCSSPropList.h1515 ColumnRuleColor,
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/csstype/
H A Dindex.d.ts1412 columnRuleColor?: Property.ColumnRuleColor;
5945 MozColumnRuleColor?: Property.ColumnRuleColor;
6955 WebkitColumnRuleColor?: Property.ColumnRuleColor;
10234 "column-rule-color"?: Property.ColumnRuleColor;
14767 "-moz-column-rule-color"?: Property.ColumnRuleColor;
15777 "-webkit-column-rule-color"?: Property.ColumnRuleColor;
18651 export type ColumnRuleColor = Globals | DataType.Color; alias
H A Dindex.js.flow94 columnRuleColor?: Property$ColumnRuleColor,
432 MozColumnRuleColor?: Property$ColumnRuleColor,
559 WebkitColumnRuleColor?: Property$ColumnRuleColor,
937 "column-rule-color"?: Property$ColumnRuleColor,
1278 "-moz-column-rule-color"?: Property$ColumnRuleColor,
1786 columnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2127 MozColumnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2254 WebkitColumnRuleColor?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2635 "column-rule-color"?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
2976 "-moz-column-rule-color"?: Property$ColumnRuleColor | Array<Property$ColumnRuleColor>,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h105 class ColumnRuleColor; variable
210 friend class css_longhand::ColumnRuleColor;
629 if (ColumnRuleColor() != c) { in SetColumnRuleColor()
2739 StyleColor ColumnRuleColor() const { in ColumnRuleColor() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsComputedDOMStylePropertyList.h114 COMPUTED_STYLE_PROP(column_rule_color, ColumnRuleColor)
H A DnsCSSPropList.h1479 ColumnRuleColor,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h108 class ColumnRuleColor; variable
212 friend class css_longhand::ColumnRuleColor;
2746 const StyleColor& ColumnRuleColor() const { in ColumnRuleColor() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_cascade.cc595 MaybeForceColor(GetCSSPropertyColumnRuleColor(), style->ColumnRuleColor()); in ForceColors()
/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.cc1645 const CSSValue* ColumnRuleColor::ParseSingleValue( in ParseSingleValue()
1652 const blink::Color ColumnRuleColor::ColorIncludingFallback( in ColorIncludingFallback()
1656 return style.ColumnRuleColor().Resolve(style.GetColor()); in ColorIncludingFallback()
1659 const CSSValue* ColumnRuleColor::CSSValueFromComputedStyleInternal( in CSSValueFromComputedStyleInternal()
1667 style, style.ColumnRuleColor()); in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc1709 const CSSValue* ColumnRuleColor::ParseSingleValue( in ParseSingleValue()
1716 const blink::Color ColumnRuleColor::ColorIncludingFallback( in ColorIncludingFallback()
1720 return style.ColumnRuleColor().Resolve(style.GetCurrentColor(), in ColorIncludingFallback()
1724 const CSSValue* ColumnRuleColor::CSSValueFromComputedStyleInternal( in CSSValueFromComputedStyleInternal()
1732 style, style.ColumnRuleColor(), in CSSValueFromComputedStyleInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs977 LonghandId::ColumnRuleColor | in is_visited_dependent()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dproperties.mako.rs1281 LonghandId::ColumnRuleColor | in is_visited_dependent()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs1307 LonghandId::ColumnRuleColor | in is_visited_dependent()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dproperties.mako.rs1332 LonghandId::ColumnRuleColor | in is_visited_dependent()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs1307 LonghandId::ColumnRuleColor | in is_visited_dependent()