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

/external/webkit/Source/WebKit/chromium/src/
H A DWebFontDescription.cpp34 #include "FontDescription.h"
40 WebFontDescription::WebFontDescription(const FontDescription& desc,
54 WebFontDescription::operator WebCore::FontDescription() const
59 FontDescription desc;
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));
/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h53 class FontDescription { class in namespace:WebCore
58 FontDescription() function in class:WebCore::FontDescription
78 bool operator==(const FontDescription&) const;
79 bool operator!=(const FontDescription& other) const { return !(*this == other); }
160 inline bool FontDescription::operator==(const FontDescription& other) const

Completed in 220 milliseconds