Home | History | Annotate | Download | only in editing

Lines Matching refs:cssValue

588             RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi);
618 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi);
630 RefPtr<CSSValue> direction = style->getPropertyCSSValue(CSSPropertyDirection);
921 RefPtr<CSSValue> cssValue = style->getPropertyCSSValue(CSSPropertyBackgroundColor);
922 if (!cssValue)
925 if (!cssValue->isPrimitiveValue())
927 CSSPrimitiveValue* value = static_cast<CSSPrimitiveValue*>(cssValue.get());
957 RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize);
958 if (cssValue->isPrimitiveValue()) {
959 value = String::number(legacyFontSizeFromCSSValue(m_frame->document(), static_cast<CSSPrimitiveValue*>(cssValue.get()),