Home
last modified time | relevance | path

Searched refs:getRGBAFontColor (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp840 static RGBA32 getRGBAFontColor(CSSStyleDeclaration* style) in getRGBAFontColor() function
902 m_applyFontColor = Color(getRGBAFontColor(style)).serialized(); in extractTextStyles()
1000 if (getRGBAFontColor(result.get()) == getRGBAFontColor(baseStyle)) in getPropertiesNotIn()
/external/webkit/Source/WebCore/
DChangeLog23570 (WebCore::getRGBAFontColor):
32911 (WebCore::getRGBAFontColor):
DChangeLog-2010-12-0682536 (WebCore::getRGBAFontColor): Added.
82537 (WebCore::StyleChange::extractTextStyles): Calls getRGBAFontColor.