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

  /external/webkit/WebCore/css/
FontFamilyValue.h 29 class FontFamilyValue : public CSSPrimitiveValue {
31 static PassRefPtr<FontFamilyValue> create(const String& familyName)
33 return adoptRef(new FontFamilyValue(familyName));
43 FontFamilyValue(const String& familyName);
FontFamilyValue.cpp 22 #include "FontFamilyValue.h"
63 FontFamilyValue::FontFamilyValue(const String& familyName)
96 void FontFamilyValue::appendSpaceSeparated(const UChar* characters, unsigned length)
102 String FontFamilyValue::cssText() const

Completed in 24 milliseconds