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

  /external/webkit/Source/WebKit/chromium/public/
WebFontDescription.h 43 enum GenericFamily {
75 : genericFamily(GenericFamilyNone)
87 GenericFamily genericFamily;
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 44 genericFamily = static_cast<GenericFamily>(desc.genericFamily());
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 92 GenericFamilyType genericFamily() const { return static_cast<GenericFamilyType>(m_genericFamily); }
95 bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() && family().family() == "-webkit-monospace"; }
114 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 82 switch (description.genericFamily()) {
125 FontDescription::GenericFamilyType type = fontDescription.genericFamily();
FontCacheChromiumWin.cpp 439 fontDescription.genericFamily(), &c, &script);
523 FontDescription::GenericFamilyType generic = description.genericFamily();
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 85 fontFamilyToWxFontFamily(desc.genericFamily()),
94 fontFamilyToWxFontFamily(desc.genericFamily()),
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 400 AtomicString genericFamily;
402 genericFamily = settings->serifFontFamily();
404 genericFamily = settings->sansSerifFontFamily();
406 genericFamily = settings->cursiveFontFamily();
408 genericFamily = settings->fantasyFontFamily();
410 genericFamily = settings->fixedFontFamily();
412 genericFamily = settings->standardFontFamily();
414 if (!genericFamily.isEmpty())
415 return fontCache()->getCachedFontData(fontDescription, genericFamily);
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 42 switch (fontDescription.genericFamily()) {
122 switch (description.genericFamily()) {
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 127 switch (fontDescription.genericFamily()) {
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 64 switch (fontDescription.genericFamily()) {

Completed in 37 milliseconds