Home
last modified time | relevance | path

Searched refs:NS_STYLE_FONT_SIZE_XSMALL (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h568 #define NS_STYLE_FONT_SIZE_XSMALL 1 macro
H A DnsCSSProps.cpp1489 {eCSSKeyword_x_small, NS_STYLE_FONT_SIZE_XSMALL},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h669 #define NS_STYLE_FONT_SIZE_XSMALL 1
H A DnsCSSProps.cpp1578 { eCSSKeyword_x_small, NS_STYLE_FONT_SIZE_XSMALL },
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs2375 KeywordSize::XSmall => structs::NS_STYLE_FONT_SIZE_XSMALL, in set_font_size()
2585 structs::NS_STYLE_FONT_SIZE_XSMALL => KeywordSize::XSmall, in clone_font_size()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs426 pub const NS_STYLE_FONT_SIZE_XSMALL: u32 = 1; const