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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFeatureValue.cpp 27 #include "core/css/FontFeatureValue.h"
33 FontFeatureValue::FontFeatureValue(const String& tag, int value)
40 String FontFeatureValue::customCssText() const
50 bool FontFeatureValue::equals(const FontFeatureValue& other) const
FontFeatureValue.h 34 class FontFeatureValue : public CSSValue {
36 static PassRefPtr<FontFeatureValue> create(const String& tag, int value)
38 return adoptRef(new FontFeatureValue(tag, value));
45 bool equals(const FontFeatureValue&) const;
48 FontFeatureValue(const String&, int);

Completed in 734 milliseconds