Home
last modified time | relevance | path

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

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