Home
last modified time | relevance | path

Searched refs:FontWeight (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h44 enum FontWeight { enum
115 FontWeight weight() const { return static_cast<FontWeight>(m_weight); } in weight()
116 FontWeight lighterWeight() const;
117 FontWeight bolderWeight() const;
153 void setWeight(FontWeight w) { m_weight = w; } in setWeight()
DFontDescription.cpp52 FontWeight FontDescription::lighterWeight(void) const in lighterWeight()
74 FontWeight FontDescription::bolderWeight(void) const in bolderWeight()
DFont.h129 FontWeight weight() const { return m_fontDescription.weight(); } in weight()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h62 void setWeight(FontWeight);
DFontBuilder.cpp349 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight()
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp110 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) in deriveDragLabelFont()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontCacheWin.cpp329 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCacheMac.mm72 static int toAppKitFontWeight(FontWeight fontWeight)
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h3522 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(FontWeight weight) in CSSPrimitiveValue()
3560 template<> inline CSSPrimitiveValue::operator FontWeight() const in FontWeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.mm226 static FontWeight toFontWeight(NSInteger appKitFontWeight)
234 static FontWeight fontWeights[] = {