Home | History | Annotate | Download | only in editing

Lines Matching defs:fontWeight

938     RefPtr<CSSValue> fontWeight = style->getPropertyCSSValue(CSSPropertyFontWeight);
940 if (!fontWeight)
942 if (!fontWeight->isPrimitiveValue())
947 switch (static_cast<CSSPrimitiveValue*>(fontWeight.get())->getIdent()) {