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

/external/webkit/WebCore/platform/graphics/
H A DFontDescription.h50 class FontDescription { class in namespace:WebCore
55 FontDescription() function in class:WebCore::FontDescription
71 bool operator==(const FontDescription&) const;
72 bool operator!=(const FontDescription& other) const { return !(*this == other); }
135 inline bool FontDescription::operator==(const FontDescription& other) const

Completed in 14 milliseconds