Home
last modified time | relevance | path

Searched refs:ColorPropertyFunctions (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_color_interpolation_type.cc128 ? ColorPropertyFunctions::GetVisitedColor in ResolveInterpolableColor()
129 : ColorPropertyFunctions::GetUnvisitedColor; in ResolveInterpolableColor()
181 return color_ == ColorPropertyFunctions::GetUnvisitedColor( in IsValid()
200 ColorPropertyFunctions::GetInitialColor(CssProperty()); in MaybeConvertInitial()
214 ColorPropertyFunctions::GetUnvisitedColor(CssProperty(), in MaybeConvertInherit()
269 ColorPropertyFunctions::GetUnvisitedColor(CssProperty(), style), in MaybeConvertStandardPropertyUnderlyingValue()
270 ColorPropertyFunctions::GetVisitedColor(CssProperty(), style)); in MaybeConvertStandardPropertyUnderlyingValue()
279 ColorPropertyFunctions::SetUnvisitedColor( in ApplyStandardPropertyValue()
284 ColorPropertyFunctions::SetVisitedColor( in ApplyStandardPropertyValue()
H A Dcolor_property_functions.cc11 OptionalStyleColor ColorPropertyFunctions::GetInitialColor( in GetInitialColor()
16 OptionalStyleColor ColorPropertyFunctions::GetUnvisitedColor( in GetUnvisitedColor()
62 OptionalStyleColor ColorPropertyFunctions::GetVisitedColor( in GetVisitedColor()
110 void ColorPropertyFunctions::SetUnvisitedColor(const CSSProperty& property, in SetUnvisitedColor()
161 void ColorPropertyFunctions::SetVisitedColor(const CSSProperty& property, in SetVisitedColor()
H A Dcolor_property_functions.h38 class ColorPropertyFunctions {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_color_interpolation_type.cc128 ? ColorPropertyFunctions::GetVisitedColor in ResolveInterpolableColor()
129 : ColorPropertyFunctions::GetUnvisitedColor; in ResolveInterpolableColor()
181 return color_ == ColorPropertyFunctions::GetUnvisitedColor( in IsValid()
200 ColorPropertyFunctions::GetInitialColor(CssProperty()); in MaybeConvertInitial()
214 ColorPropertyFunctions::GetUnvisitedColor(CssProperty(), in MaybeConvertInherit()
269 ColorPropertyFunctions::GetUnvisitedColor(CssProperty(), style), in MaybeConvertStandardPropertyUnderlyingValue()
270 ColorPropertyFunctions::GetVisitedColor(CssProperty(), style)); in MaybeConvertStandardPropertyUnderlyingValue()
279 ColorPropertyFunctions::SetUnvisitedColor( in ApplyStandardPropertyValue()
284 ColorPropertyFunctions::SetVisitedColor( in ApplyStandardPropertyValue()
H A Dcolor_property_functions.cc11 OptionalStyleColor ColorPropertyFunctions::GetInitialColor( in GetInitialColor()
16 OptionalStyleColor ColorPropertyFunctions::GetUnvisitedColor( in GetUnvisitedColor()
62 OptionalStyleColor ColorPropertyFunctions::GetVisitedColor( in GetVisitedColor()
110 void ColorPropertyFunctions::SetUnvisitedColor(const CSSProperty& property, in SetUnvisitedColor()
163 void ColorPropertyFunctions::SetVisitedColor(const CSSProperty& property, in SetVisitedColor()
H A Dcolor_property_functions.h38 class ColorPropertyFunctions {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h255 friend class ColorPropertyFunctions; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h253 friend class ColorPropertyFunctions; variable