Home
last modified time | relevance | path

Searched refs:NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleConsts.h370 #define NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST (1 << 1) macro
372 (NS_STYLE_MASONRY_PLACEMENT_PACK | NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST)
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleConsts.h368 #define NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST (1 << 1) macro
370 (NS_STYLE_MASONRY_PLACEMENT_PACK | NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST)
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleConsts.h370 #define NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST (1 << 1) macro
372 (NS_STYLE_MASONRY_PLACEMENT_PACK | NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST)
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleConsts.h393 #define NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST (1 << 1) macro
395 (NS_STYLE_MASONRY_PLACEMENT_PACK | NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST)
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dposition.rs536 if bits & structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8 == 0 { in from()
553 result |= structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8; in from()
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dposition.rs536 if bits & structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8 == 0 { in from()
553 result |= structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8; in from()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dposition.rs536 if bits & structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8 == 0 { in from()
553 result |= structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8; in from()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dposition.rs530 if bits & structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8 == 0 { in from()
547 result |= structs::NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST as u8; in from()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGridContainerFrame.cpp7933 bool definiteFirst = masonryAutoFlow & NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST; in MasonryLayout()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGridContainerFrame.cpp7994 bool definiteFirst = masonryAutoFlow & NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST; in MasonryLayout()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGridContainerFrame.cpp7933 bool definiteFirst = masonryAutoFlow & NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST; in MasonryLayout()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGridContainerFrame.cpp7881 bool definiteFirst = masonryAutoFlow & NS_STYLE_MASONRY_ORDER_DEFINITE_FIRST; in MasonryLayout()