Home
last modified time | relevance | path

Searched refs:NS_STYLE_RESIZE_BOTH (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h770 #define NS_STYLE_RESIZE_BOTH 1 macro
H A DnsCSSProps.cpp1815 {eCSSKeyword_both, NS_STYLE_RESIZE_BOTH},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h866 #define NS_STYLE_RESIZE_BOTH 1
H A DnsCSSProps.cpp1962 { eCSSKeyword_both, NS_STYLE_RESIZE_BOTH },
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.cpp4495 case NS_STYLE_RESIZE_BOTH: in CreateAnonymousContent()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp4524 case NS_STYLE_RESIZE_BOTH: in CreateAnonymousContent()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs570 pub const NS_STYLE_RESIZE_BOTH: u32 = 1; const