Searched refs:CSSFontValue (Results 1 – 11 of 11) sorted by relevance
33 class CSSFontValue : public CSSValue {35 static PassRefPtr<CSSFontValue> create() in create()37 return adoptRef(new CSSFontValue); in create()42 bool equals(const CSSFontValue&) const;52 CSSFontValue() in CSSFontValue() function58 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontValue, isFontValue());
29 String CSSFontValue::customCSSText() const in customCSSText()67 bool CSSFontValue::equals(const CSSFontValue& other) const in equals()
167 return compareCSSValues<CSSFontValue>(*this, other); in equals()
2009 RefPtr<CSSFontValue> computedFont = CSSFontValue::create(); in getPropertyCSSValue()
111 third_party/WebKit/Source/core/css/CSSFontValue.cpp \
651 'css/CSSFontValue.cpp',652 'css/CSSFontValue.h',