Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h124 bool hasFontSizeDelta() const { return m_fontSizeDelta != NoFontDelta; } in hasFontSizeDelta() function
DApplyStyleCommand.cpp300 if (!style || !style->hasFontSizeDelta()) in applyRelativeFontStyleChange()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1632368 (WebCore::EditingStyle::hasFontSizeDelta): Added.