Searched refs:cssValueToRGBA (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.cpp356 static RGBA32 cssValueToRGBA(CSSValue* colorValue) function in namespace:WebCore
373 return cssValueToRGBA(extractPropertyValue(style, CSSPropertyColor).get());
379 return cssValueToRGBA(extractPropertyValue(style, CSSPropertyBackgroundColor).get());
384 return cssValueToRGBA(backgroundColorInEffect(node).get());
929 || cssValueToRGBA(m_mutableStyle->getPropertyCSSValue(CSSPropertyBackgroundColor).get()) == rgbaBackgroundColorInEffect(position.containerNode()))

Completed in 139 milliseconds