Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/test/gtest/
H A DTestSnapping.cpp29 snap.mScrollSnapTypeY = NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY; in TEST_F()
99 snap.mScrollSnapTypeY = NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY; in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/test/gtest/
H A DTestSnapping.cpp28 snap.mScrollSnapTypeY = NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY; in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h1193 #define NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY 1 macro
H A DnsCSSProps.cpp1847 {eCSSKeyword_mandatory, NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY},
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h1266 #define NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY 1
H A DnsCSSProps.cpp1992 { eCSSKeyword_mandatory, NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY },
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs828 pub const NS_STYLE_SCROLL_SNAP_TYPE_MANDATORY: u32 = 1; const