Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h502 #define NS_STYLE_JUSTIFY_STRETCH NS_STYLE_ALIGN_STRETCH macro
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h603 #define NS_STYLE_JUSTIFY_STRETCH NS_STYLE_ALIGN_STRETCH
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFlexContainerFrame.cpp2767 mJustifyContent == NS_STYLE_JUSTIFY_STRETCH) { in MainAxisPositionTracker()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsFlexContainerFrame.cpp2691 mJustifyContent == NS_STYLE_JUSTIFY_STRETCH) { in MainAxisPositionTracker()
H A DnsGridContainerFrame.cpp4853 j == NS_STYLE_JUSTIFY_NORMAL || j == NS_STYLE_JUSTIFY_STRETCH; in ReflowInFlowChild()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs381 pub const NS_STYLE_JUSTIFY_STRETCH: u32 = 11; const