cssValueToRGBA    390 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValueInternal(CSSPropertyColor).get());
cssValueToRGBA    395 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValue(CSSPropertyColor).get());
cssValueToRGBA    400 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValueInternal(CSSPropertyBackgroundColor).get());
cssValueToRGBA    405 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(style->getPropertyCSSValue(CSSPropertyBackgroundColor).get());
cssValueToRGBA    410 Source/core/editing/EditingStyle.cpp     return cssValueToRGBA(backgroundColorInEffect(node).get());
cssValueToRGBA    958 Source/core/editing/EditingStyle.cpp         || cssValueToRGBA(m_mutableStyle->getPropertyCSSValue(CSSPropertyBackgroundColor).get()) == rgbaBackgroundColorInEffect(position.containerNode()))