fontWeight 234 Source/core/animation/css/CSSAnimatableValueFactory.cpp static double fontWeightToDouble(FontWeight fontWeight) fontWeight 236 Source/core/animation/css/CSSAnimatableValueFactory.cpp switch (fontWeight) { fontWeight 261 Source/core/animation/css/CSSAnimatableValueFactory.cpp static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontWeight(FontWeight fontWeight) fontWeight 263 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromDouble(fontWeightToDouble(fontWeight)); fontWeight 348 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromFontWeight(style.fontWeight()); fontWeight 148 Source/core/animation/css/CSSPropertyEquality.cpp return a.fontWeight() == b.fontWeight(); fontWeight 359 Source/core/css/resolver/FontBuilder.cpp void FontBuilder::setWeight(FontWeight fontWeight) fontWeight 363 Source/core/css/resolver/FontBuilder.cpp scope.fontDescription().setWeight(fontWeight); fontWeight 1495 Source/core/editing/EditingStyle.cpp static bool fontWeightIsBold(CSSValue* fontWeight) fontWeight 1497 Source/core/editing/EditingStyle.cpp if (!fontWeight->isPrimitiveValue()) fontWeight 1502 Source/core/editing/EditingStyle.cpp switch (toCSSPrimitiveValue(fontWeight)->getValueID()) { fontWeight 1524 Source/core/editing/EditingStyle.cpp static bool fontWeightNeedsResolving(CSSValue* fontWeight) fontWeight 1526 Source/core/editing/EditingStyle.cpp if (!fontWeight->isPrimitiveValue()) fontWeight 1529 Source/core/editing/EditingStyle.cpp CSSValueID value = toCSSPrimitiveValue(fontWeight)->getValueID(); fontWeight 1546 Source/core/editing/EditingStyle.cpp if (RefPtrWillBeRawPtr<CSSValue> fontWeight = result->getPropertyCSSValue(CSSPropertyFontWeight)) { fontWeight 1547 Source/core/editing/EditingStyle.cpp if (!fontWeightNeedsResolving(fontWeight.get()) && (fontWeightIsBold(fontWeight.get()) == fontWeightIsBold(baseFontWeight.get()))) fontWeight 572 Source/core/rendering/style/RenderStyle.h FontWeight fontWeight() const; fontWeight 109 Source/platform/DragImage.cpp static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) fontWeight 112 Source/platform/DragImage.cpp description.setWeight(fontWeight);