Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h769 #define NS_STYLE_RESIZE_NONE 0 macro
H A DnsCSSProps.cpp1814 {eCSSKeyword_none, NS_STYLE_RESIZE_NONE},
H A DnsStyleStruct.cpp3173 mResize(NS_STYLE_RESIZE_NONE), in nsStyleDisplay()
H A DnsRuleNode.cpp5732 NS_STYLE_RESIZE_NONE); in ComputeDisplayData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h865 #define NS_STYLE_RESIZE_NONE 0
H A DnsCSSProps.cpp1961 { eCSSKeyword_none, NS_STYLE_RESIZE_NONE },
H A DnsStyleStruct.cpp3145 , mResize(NS_STYLE_RESIZE_NONE) in nsStyleDisplay()
H A DnsRuleNode.cpp6217 NS_STYLE_RESIZE_NONE); in ComputeDisplayData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.cpp4383 bool isResizable = resizeStyle != NS_STYLE_RESIZE_NONE && in CreateAnonymousContent()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp4410 bool isResizable = resizeStyle != NS_STYLE_RESIZE_NONE && in CreateAnonymousContent()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs569 pub const NS_STYLE_RESIZE_NONE: u32 = 0; const