Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp380 WillBeHeapHashMap<RawPtrWillBeMember<Node>, float> startingFontSizes; in applyRelativeFontStyleChange() local
383 startingFontSizes.set(node, computedFontSize(node)); in applyRelativeFontStyleChange()
412 …float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); in applyRelativeFontStyleChange()