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

  /external/webkit/WebCore/platform/graphics/
FontDescription.h 85 GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); }
88 bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() && family().family() == "-webkit-monospace"; }
103 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; }
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 85 fontFamilyToWxFontFamily(desc.genericFamily()),
94 fontFamilyToWxFontFamily(desc.genericFamily()),
  /external/webkit/WebCore/css/
CSSFontSelector.cpp 382 AtomicString genericFamily;
384 genericFamily = settings->serifFontFamily();
386 genericFamily = settings->sansSerifFontFamily();
388 genericFamily = settings->cursiveFontFamily();
390 genericFamily = settings->fantasyFontFamily();
392 genericFamily = settings->fixedFontFamily();
394 genericFamily = settings->standardFontFamily();
396 if (!genericFamily.isEmpty())
397 return fontCache()->getCachedFontData(fontDescription, genericFamily);
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 81 switch (description.genericFamily()) {
122 FontDescription::GenericFamilyType type = fontDescription.genericFamily();
FontCacheChromiumWin.cpp 334 fontDescription.genericFamily(), &c, &script);
416 FontDescription::GenericFamilyType generic = description.genericFamily();
  /external/webkit/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 91 FontDescription::GenericFamilyType type = fontDescription.genericFamily();
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataGtk.cpp 60 int type = fontDescription.genericFamily();
FontPlatformDataPango.cpp 65 switch (fontDescription.genericFamily()) {

Completed in 75 milliseconds