Home
last modified time | relevance | path

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

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