Home
last modified time | relevance | path

Searched defs:ScrollSnapAlign (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscroll_snap_data.h64 struct ScrollSnapAlign { struct
65 ScrollSnapAlign() in ScrollSnapAlign() function
69 explicit ScrollSnapAlign(SnapAlignment alignment) in ScrollSnapAlign() function
72 ScrollSnapAlign(SnapAlignment b, SnapAlignment i) in ScrollSnapAlign() function
84 SnapAlignment alignment_block;
85 SnapAlignment alignment_inline;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscroll_snap_data.h64 struct ScrollSnapAlign { struct
65 ScrollSnapAlign() in ScrollSnapAlign() argument
69 explicit ScrollSnapAlign(SnapAlignment alignment) in ScrollSnapAlign() function
72 ScrollSnapAlign(SnapAlignment b, SnapAlignment i) in ScrollSnapAlign() function
84 SnapAlignment alignment_block;
85 SnapAlignment alignment_inline;
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dbox.rs924 pub struct ScrollSnapAlign { struct
925 block: ScrollSnapAlignKeyword, argument
926 inline: ScrollSnapAlignKeyword, argument
929 impl ScrollSnapAlign { impl
940 impl Parse for ScrollSnapAlign { implementation
945 ) -> Result<ScrollSnapAlign, ParseError<'i>> { in parse()
954 impl ToCss for ScrollSnapAlign { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dbox.rs924 pub struct ScrollSnapAlign { struct
925 block: ScrollSnapAlignKeyword, argument
926 inline: ScrollSnapAlignKeyword, argument
929 impl ScrollSnapAlign { impl
940 impl Parse for ScrollSnapAlign { implementation
945 ) -> Result<ScrollSnapAlign, ParseError<'i>> { in parse()
954 impl ToCss for ScrollSnapAlign { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dbox.rs934 pub struct ScrollSnapAlign { struct
935 block: ScrollSnapAlignKeyword, argument
936 inline: ScrollSnapAlignKeyword, argument
939 impl ScrollSnapAlign { impl
950 impl Parse for ScrollSnapAlign { implementation
955 ) -> Result<ScrollSnapAlign, ParseError<'i>> { in parse()
962 impl ToCss for ScrollSnapAlign { implementation
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dbox.rs979 pub struct ScrollSnapAlign { struct
980 block: ScrollSnapAlignKeyword, argument
981 inline: ScrollSnapAlignKeyword, argument
984 impl ScrollSnapAlign { implementation
995 impl Parse for ScrollSnapAlign { implementation
1000 ) -> Result<ScrollSnapAlign, ParseError<'i>> { in parse()
1009 impl ToCss for ScrollSnapAlign { implementation
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/csstype/
H A Dindex.d.ts19324 export type ScrollSnapAlign = Globals | "center" | "end" | "none" | "start" | (string & {}); alias
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/csstype/
H A Dindex.d.ts18813 export type ScrollSnapAlign = Globals | "center" | "end" | "none" | "start" | (string & {}); alias