Searched refs:setFamily (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFontDescription.cpp57 fontFamily.setFamily(family);
60 desc.setFamily(fontFamily);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontCustomPlatformDataQt.cpp40 font.setFamily(QFontDatabase::applicationFontFamilies(m_handle)[0]);
H A DFontPlatformDataQt.cpp68 font.setFamily(familyName);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.cpp123 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
124 desc.setFamily(family);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFamily.h43 void setFamily(const AtomicString& family) { m_family = family; } function in class:WebCore::FontFamily
H A DFontDescription.h107 void setFamily(const FontFamily& family) { m_familyList = family; } function in class:WebCore::FontDescription
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java123 setFamily(family);
144 public void setFamily(String f) { method in class:Os
177 * that set in setFamily.
180 * @see Os#setFamily(String)
/external/webkit/Source/WebKit/win/
H A DWebKitGraphics.cpp57 family.setFamily(fontFamilyString);
58 f.setFamily(family);
H A DFullscreenVideoController.cpp520 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
521 desc.setFamily(family);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp117 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
118 description.setFamily(family);
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp166 family.setFamily(settings->fixedFontFamily());
167 desc.setFamily(family);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp122 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
123 desc.setFamily(family);
/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp361 fontDescription.setFamily(FontFamily());
567 fontDescription.setFamily(FontFamily());
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp442 fontDescription.firstFamily().setFamily(pango_font_description_get_family(pangoDescription));
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumSkia.cpp179 fontDescription.firstFamily().setFamily(defaultGUIFont());
H A DRenderThemeSafari.cpp241 cachedDesc->firstFamily().setFamily("Lucida Grande");
392 fontDescription.firstFamily().setFamily("Lucida Grande");
H A DRenderThemeChromiumWin.cpp344 cachedDesc->firstFamily().setFamily(faceName);
H A DRenderThemeMac.mm275 cachedDesc->firstFamily().setFamily([font familyName]);
690 fontDescription.firstFamily().setFamily([font familyName]);
H A DRenderThemeWin.cpp287 fontDescription.firstFamily().setFamily(String(logFont.lfFaceName));
/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.mm677 fontDescription.firstFamily().setFamily([nsFont familyName]);
/external/webkit/Source/WebCore/platform/mac/
H A DThemeMac.mm586 fontDescription.firstFamily().setFamily([nsFont familyName]);
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp581 fontFamily.setFamily(m_buttonFontFamily);
582 fontDescription.setFamily(fontFamily);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1224 fontDescription.firstFamily().setFamily(stdfont);
4626 fontDescription.setFamily(parentFontDescription.firstFamily());
4640 fontDescription.setFamily(initialDesc.firstFamily());
4699 firstFamily.setFamily(face);
4705 newFamily->setFamily(face);
4934 fontDescription.firstFamily().setFamily(standardFontFamily);
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp1043 fontDescription.firstFamily().setFamily(fontFace);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 423 milliseconds