fontSize          375 Source/core/css/resolver/StyleAdjuster.cpp         if (style->fontSize() >= 11 && (!isHTMLInputElement(element) || !toHTMLInputElement(element).isImageButton()))
fontSize          322 Source/core/css/resolver/StyleBuilderCustom.cpp         lineHeight = Length(valueForLength(zoomedLength, state.style()->fontSize()), Fixed);
fontSize         1675 Source/core/dom/Document.cpp     if (styleEngine()->usesRemUnits() && (documentElement()->needsAttach() || documentElement()->computedStyle()->fontSize() != documentElementStyle->fontSize())) {
fontSize         1446 Source/core/editing/ApplyStyleCommand.cpp                 setNodeAttribute(fontContainer, sizeAttr, AtomicString(styleChange.fontSize()));
fontSize         1454 Source/core/editing/ApplyStyleCommand.cpp                 fontElement->setAttribute(sizeAttr, AtomicString(styleChange.fontSize()));
fontSize         1469 Source/core/editing/EditingStyle.cpp     if (RefPtrWillBeRawPtr<CSSValue> fontSize = style->getPropertyCSSValue(CSSPropertyFontSize)) {
fontSize         1470 Source/core/editing/EditingStyle.cpp         if (!fontSize->isPrimitiveValue())
fontSize         1472 Source/core/editing/EditingStyle.cpp         else if (int legacyFontSize = legacyFontSizeFromCSSValue(document, toCSSPrimitiveValue(fontSize.get()),
fontSize          193 Source/core/editing/EditingStyle.h     String fontSize() { return m_applyFontSize; }
fontSize          940 Source/core/editing/TextIterator.cpp             int fontSize = style->fontDescription().computedPixelSize();
fontSize          941 Source/core/editing/TextIterator.cpp             if (bottomMargin * 2 >= fontSize)
fontSize          666 Source/core/html/shadow/MediaControlElements.cpp     float fontSize = smallestDimension * 0.05f;
fontSize          667 Source/core/html/shadow/MediaControlElements.cpp     if (fontSize != m_fontSize) {
fontSize          668 Source/core/html/shadow/MediaControlElements.cpp         m_fontSize = fontSize;
fontSize          669 Source/core/html/shadow/MediaControlElements.cpp         setInlineStyleProperty(CSSPropertyFontSize, fontSize, CSSPrimitiveValue::CSS_PX);
fontSize           86 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     style->setWidth(Length(inputStyle->fontSize(), Fixed));
fontSize           87 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp     style->setHeight(Length(inputStyle->fontSize(), Fixed));
fontSize           50 Source/core/rendering/RenderInputSpeech.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
fontSize          304 Source/core/rendering/RenderRubyRun.cpp     if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
fontSize          307 Source/core/rendering/RenderRubyRun.cpp     if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
fontSize          313 Source/core/rendering/RenderRubyRun.cpp     int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2;
fontSize           80 Source/core/rendering/RenderRubyText.cpp         inset = min<float>(2 * style()->fontSize(), inset);
fontSize           38 Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp void RenderThemeChromiumFontProvider::setDefaultFontSize(int fontSize)
fontSize           40 Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp     s_defaultFontSize = static_cast<float>(fontSize);
fontSize           46 Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp     float fontSize = s_defaultFontSize;
fontSize           57 Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp         fontSize -= (2.0f / pointsPerInch) * pixelsPerInch;
fontSize           64 Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp     fontDescription.setSpecifiedSize(fontSize);
fontSize          127 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     float fontSize = 0;
fontSize          135 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp             fontSize = systemFontSize(metrics.lfSmCaptionFont);
fontSize          144 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp             fontSize = systemFontSize(metrics.lfMenuFont);
fontSize          153 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp             fontSize = systemFontSize(metrics.lfStatusFont);
fontSize          161 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp         fontSize = s_defaultFontSize - pointsToPixels(2);
fontSize          165 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp         fontSize = s_defaultFontSize;
fontSize          172 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     if (fontSize) {
fontSize          176 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp         cachedDesc->setSpecifiedSize(fontSize);
fontSize          184 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp void RenderThemeChromiumFontProvider::setDefaultFontSize(int fontSize)
fontSize          186 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp     s_defaultFontSize = static_cast<float>(fontSize);
fontSize          204 Source/core/rendering/RenderThemeChromiumSkia.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
fontSize          260 Source/core/rendering/RenderThemeChromiumSkia.cpp     float fontScale = style->fontSize() / defaultControlFontPixelSize;
fontSize          387 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::setDefaultFontSize(int fontSize)
fontSize          389 Source/core/rendering/RenderThemeChromiumSkia.cpp     RenderThemeChromiumFontProvider::setDefaultFontSize(fontSize);
fontSize          751 Source/core/rendering/RootInlineBox.cpp         int fontSize = font.fontDescription().computedPixelSize();
fontSize          756 Source/core/rendering/RootInlineBox.cpp             verticalPosition += fontSize / 5 + 1;
fontSize          758 Source/core/rendering/RootInlineBox.cpp             verticalPosition -= fontSize / 3 + 1;
fontSize         1226 Source/core/rendering/style/RenderStyle.cpp         return minimumValueForLength(lh, fontSize());
fontSize          571 Source/core/rendering/style/RenderStyle.h     int fontSize() const;
fontSize           60 Source/core/svg/SVGFontData.cpp void SVGFontData::initializeFontData(SimpleFontData* fontData, float fontSize)
fontSize           78 Source/core/svg/SVGFontData.cpp     float scale = scaleEmToUnits(fontSize, unitsPerEm);
fontSize           82 Source/core/svg/SVGFontData.cpp     float lineGap = 0.1f * fontSize;
fontSize          122 Source/core/svg/SVGFontData.cpp float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
fontSize          132 Source/core/svg/SVGFontData.cpp         return m_horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm());
fontSize          139 Source/core/svg/SVGFontData.cpp     return svgGlyph.horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm());
fontSize           43 Source/core/svg/SVGFontData.h     virtual void initializeFontData(SimpleFontData*, float fontSize) OVERRIDE;
fontSize           44 Source/core/svg/SVGFontData.h     virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE;
fontSize          240 Source/core/svg/SVGLengthContext.cpp     float fontSize = style->specifiedFontSize();
fontSize          241 Source/core/svg/SVGLengthContext.cpp     if (!fontSize) {
fontSize          246 Source/core/svg/SVGLengthContext.cpp     return value / fontSize;
fontSize          142 Source/platform/fonts/FontCache.h     FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family, float fontSize);
fontSize           52 Source/platform/fonts/FontCacheKey.h     FontCacheKey(AtomicString familyName, float fontSize, unsigned options)
fontSize           54 Source/platform/fonts/FontCacheKey.h         , m_fontSize(fontSize * s_fontSizePrecisionMultiplier)
fontSize          179 Source/platform/fonts/FontPlatformData.h     void loadFont(NSFont*, float fontSize, NSFont*& outNSFont, CGFontRef&);
fontSize           66 Source/platform/fonts/SimpleFontData.cpp SimpleFontData::SimpleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic)
fontSize           67 Source/platform/fonts/SimpleFontData.cpp     : m_platformData(FontPlatformData(fontSize, syntheticBold, syntheticItalic))
fontSize           78 Source/platform/fonts/SimpleFontData.cpp         m_customFontData->initializeFontData(this, fontSize);
fontSize           66 Source/platform/fonts/SimpleFontData.h     static PassRefPtr<SimpleFontData> create(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic)
fontSize           68 Source/platform/fonts/SimpleFontData.h         return adoptRef(new SimpleFontData(customData, fontSize, syntheticBold, syntheticItalic));
fontSize          180 Source/platform/fonts/SimpleFontData.h     SimpleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool syntheticItalic);
fontSize          137 Source/platform/fonts/skia/FontCacheSkia.cpp FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family, float fontSize)
fontSize          146 Source/platform/fonts/skia/FontCacheSkia.cpp         fontSize,
fontSize          236 Source/platform/fonts/win/FontCacheSkiaWin.cpp FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family, float fontSize)
fontSize          254 Source/platform/fonts/win/FontCacheSkiaWin.cpp         fontSize,