#include <FontFamily.h>

Public Member Functions | |
| FontFamily () | |
| FontFamily (const FontFamily &) | |
| FontFamily & | operator= (const FontFamily &) |
| void | setFamily (const AtomicString &family) |
| const AtomicString & | family () const |
| bool | familyIsEmpty () const |
| FontFamily * | next () |
| const FontFamily * | next () const |
| void | appendFamily (PassRefPtr< FontFamily > family) |
| bool | operator== (const FontFamily &) const |
| bool | operator!= (const FontFamily &x) const |
| WebCore::FontFamily::FontFamily | ( | ) | [inline] |
| WebCore::FontFamily::FontFamily | ( | const FontFamily & | other | ) |
| FontFamily & WebCore::FontFamily::operator= | ( | const FontFamily & | other | ) |
| void WebCore::FontFamily::setFamily | ( | const AtomicString & | family | ) | [inline] |
| const AtomicString& WebCore::FontFamily::family | ( | ) | const [inline] |
| bool WebCore::FontFamily::familyIsEmpty | ( | ) | const [inline] |
| FontFamily* WebCore::FontFamily::next | ( | ) | [inline] |
| const FontFamily* WebCore::FontFamily::next | ( | ) | const [inline] |
| void WebCore::FontFamily::appendFamily | ( | PassRefPtr< FontFamily > | family | ) | [inline] |
| bool WebCore::FontFamily::operator== | ( | const FontFamily & | compareFontFamily | ) | const |
| bool WebCore::FontFamily::operator!= | ( | const FontFamily & | x | ) | const [inline] |