Home
last modified time | relevance | path

Searched refs:applyFontColor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h160 bool applyFontColor() const { return m_applyFontColor.length() > 0; } in applyFontColor() function
DApplyStyleCommand.cpp1398 … if (styleChange.applyFontColor() || styleChange.applyFontFace() || styleChange.applyFontSize()) { in addInlineStyleIfNeeded()
1400 if (styleChange.applyFontColor()) in addInlineStyleIfNeeded()
1408 if (styleChange.applyFontColor()) in addInlineStyleIfNeeded()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2323367 (khtml::StyleChange::applyFontColor)
DChangeLog23587 (WebCore::StyleChange::applyFontColor):
DChangeLog-2010-12-0682527 because StyleChange's applyFontColor, applyFontFace, and applyFontSize all return false