Home
last modified time | relevance | path

Searched refs:NS_STYLE_FONT_WEIGHT_NORMAL (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DFontFaceSet.cpp950 uint32_t weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
962 weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
965 weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
H A DnsStyleConsts.h560 #define NS_STYLE_FONT_WEIGHT_NORMAL NS_FONT_WEIGHT_NORMAL macro
H A DnsCSSProps.cpp1594 {eCSSKeyword_normal, NS_STYLE_FONT_WEIGHT_NORMAL},
H A DnsRuleNode.cpp3385 case NS_STYLE_FONT_WEIGHT_NORMAL: in SetFont()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DFontFaceSet.cpp958 uint32_t weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
970 weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
973 weight = NS_STYLE_FONT_WEIGHT_NORMAL; in FindOrCreateUserFontEntryFromFontFace()
H A DnsStyleConsts.h661 #define NS_STYLE_FONT_WEIGHT_NORMAL NS_FONT_WEIGHT_NORMAL
H A DnsCSSProps.cpp1690 { eCSSKeyword_normal, NS_STYLE_FONT_WEIGHT_NORMAL },
H A DnsRuleNode.cpp3786 case NS_STYLE_FONT_WEIGHT_NORMAL: in SetFont()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Drules.rs46 nscssvalue.set_enum(structs::NS_STYLE_FONT_WEIGHT_NORMAL as i32), in convert()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/mathml/
H A DnsMathMLElement.cpp664 NS_STYLE_FONT_WEIGHT_NORMAL); in MapMathMLAttributesInto()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/mathml/
H A DnsMathMLElement.cpp716 fontWeight->SetIntValue(NS_STYLE_FONT_WEIGHT_NORMAL, in MapMathMLAttributesInto()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs4968 FontWeight::Normal => weight.set_enum(structs::NS_STYLE_FONT_WEIGHT_NORMAL as i32), in Servo_ParseFontShorthandForMatching()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs421 pub const NS_STYLE_FONT_WEIGHT_NORMAL: u32 = 400; const