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

  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 34 #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/
FontDescription.h 53 class FontDescription {
58 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 554 milliseconds