Searched defs:FontFamily (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DFontFamily.cpp27 #include "FontFamily.h"
31 FontFamily::FontFamily(const FontFamily& other) function in class:WebCore::FontFamily
37 FontFamily& FontFamily::operator=(const FontFamily& other)
44 bool operator==(const FontFamily& a, const FontFamily& b)
48 const FontFamily* a
[all...]
H A DFontFamily.h37 class FontFamily { class in namespace:WebCore
39 FontFamily() { } function in class:WebCore::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/
H A Dqwebsettings.h43 enum FontFamily { enum in class:QWebSettings
90 void setFontFamily(FontFamily which, const QString &family);
91 QString fontFamily(FontFamily which) const;
92 void resetFontFamily(FontFamily which);

Completed in 149 milliseconds