HomeSort by relevance Sort by last modified time
    Searched defs:CSSFontFeatureValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFeatureValue.cpp 27 #include "core/css/CSSFontFeatureValue.h"
33 CSSFontFeatureValue::CSSFontFeatureValue(const AtomicString& tag, int value)
40 String CSSFontFeatureValue::customCSSText() const
50 bool CSSFontFeatureValue::equals(const CSSFontFeatureValue& other) const
CSSFontFeatureValue.h 34 class CSSFontFeatureValue : public CSSValue {
36 static PassRefPtrWillBeRawPtr<CSSFontFeatureValue> create(const AtomicString& tag, int value)
38 return adoptRefWillBeNoop(new CSSFontFeatureValue(tag, value));
45 bool equals(const CSSFontFeatureValue&) const;
50 CSSFontFeatureValue(const AtomicString& tag, int value);
56 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontFeatureValue, isFontFeatureValue());

Completed in 172 milliseconds