Home
last modified time | relevance | path

Searched refs:setGenericFamily (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFontDescription.h95 void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } in setGenericFamily() function
/external/webkit/WebCore/rendering/
DRenderThemeChromiumWin.cpp306 cachedDesc->setGenericFamily(FontDescription::NoFamily); in systemFont()
DRenderThemeSafari.cpp239 cachedDesc->setGenericFamily(FontDescription::NoFamily); in systemFont()
388 fontDescription.setGenericFamily(FontDescription::SerifFamily); in setFontFromControlSize()
DRenderThemeChromiumSkia.cpp197 fontDescription.setGenericFamily(FontDescription::NoFamily); in systemFont()
DRenderThemeWin.cpp259 fontDescription.setGenericFamily(FontDescription::NoFamily); in fillFontDescription()
DRenderThemeMac.mm253 cachedDesc->setGenericFamily(FontDescription::NoFamily);
649 fontDescription.setGenericFamily(FontDescription::SerifFamily);
DRenderThemeChromiumMac.mm263 cachedDesc->setGenericFamily(FontDescription::NoFamily);
680 fontDescription.setGenericFamily(FontDescription::SerifFamily);
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp4023 fontDescription.setGenericFamily(parentFontDescription.genericFamily()); in applyProperty()
4036 fontDescription.setGenericFamily(initialDesc.genericFamily()); in applyProperty()
4053 fontDescription.setGenericFamily(FontDescription::NoFamily); in applyProperty()
4070 fontDescription.setGenericFamily(FontDescription::SerifFamily); in applyProperty()
4074 fontDescription.setGenericFamily(FontDescription::SansSerifFamily); in applyProperty()
4078 fontDescription.setGenericFamily(FontDescription::CursiveFamily); in applyProperty()
4082 fontDescription.setGenericFamily(FontDescription::FantasyFamily); in applyProperty()
4086 fontDescription.setGenericFamily(FontDescription::MonospaceFamily); in applyProperty()
4317 fontDescription.setGenericFamily(FontDescription::StandardFamily); in applyProperty()
/external/webkit/WebCore/platform/mac/
DThemeMac.mm422 fontDescription.setGenericFamily(FontDescription::SerifFamily);
/external/webkit/WebCore/
DChangeLog-2006-05-1019364 (WebCore::FontDescription::setGenericFamily):