HomeSort by relevance Sort by last modified time
    Searched refs:GenericFamilyType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontUtilsChromiumWin.h 50 const UChar* getFontFamilyForScript(UScriptCode, FontDescription::GenericFamilyType);
59 FontDescription::GenericFamilyType,
FontUtilsChromiumWin.cpp 305 FontDescription::GenericFamilyType generic)
329 FontDescription::GenericFamilyType generic,
FontCacheChromiumWin.cpp 529 FontDescription::GenericFamilyType generic = description.genericFamily();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 71 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily,
116 GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); }
146 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; }
184 unsigned m_genericFamily : 3; // GenericFamilyType
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp 61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 123 FontDescription::GenericFamilyType mType;
133 FontDescription::GenericFamilyType type = fontDescription.genericFamily();

Completed in 206 milliseconds