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

  /external/webkit/WebCore/platform/graphics/
FontFamily.cpp 27 #include "FontFamily.h"
31 FontFamily::FontFamily(const FontFamily& other)
37 FontFamily& FontFamily::operator=(const FontFamily& other)
44 bool operator==(const FontFamily& a, const FontFamily& b)
48 const FontFamily* ap
    [all...]
FontFamily.h 37 class FontFamily {
39 FontFamily() { }
40 FontFamily(const FontFamily&);
41 FontFamily& operator=(const FontFamily&);
47 const FontFamily* next() const;
57 class SharedFontFamily : public FontFamily, public RefCounted<SharedFontFamily> {
68 bool operator==(const FontFamily&, const FontFamily&)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebsettings.h 43 enum FontFamily {
90 void setFontFamily(FontFamily which, const QString &family);
91 QString fontFamily(FontFamily which) const;
92 void resetFontFamily(FontFamily which);

Completed in 13 milliseconds