Home
last modified time | relevance | path

Searched refs:fontSizeDelta (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h139 float fontSizeDelta() const { return m_fontSizeDelta; } in fontSizeDelta() function
DApplyStyleCommand.cpp412 …float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); in applyRelativeFontStyleChange()