Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.h42 CGFloat _textSizeMultiplier; variable
DHTMLConverter.mm618 fontSize *= _textSizeMultiplier;
1565 if (_textSizeMultiplier <= 0.0) _textSizeMultiplier = 1;
1630 _textSizeMultiplier = 1;
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1415875 Alter the _textSizeMultiplier directly so that notification is not sent.