Home
last modified time | relevance | path

Searched refs:NS_STYLE_JUSTIFY_SAFE (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h509 #define NS_STYLE_JUSTIFY_SAFE NS_STYLE_ALIGN_SAFE macro
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h610 #define NS_STYLE_JUSTIFY_SAFE NS_STYLE_ALIGN_SAFE
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGridContainerFrame.cpp2683 if (justifySelf & NS_STYLE_JUSTIFY_SAFE) { in JustifySelf()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGridContainerFrame.cpp2415 if (justifySelf & NS_STYLE_JUSTIFY_SAFE) { in JustifySelf()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs388 pub const NS_STYLE_JUSTIFY_SAFE: u32 = 64; const