Home
last modified time | relevance | path

Searched refs:isFontFeatureValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFeatureValue.h56 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontFeatureValue, isFontFeatureValue());
DCSSValue.h82 bool isFontFeatureValue() const { return m_classType == FontFeatureClass; } in isFontFeatureValue() function