Home
last modified time | relevance | path

Searched refs:NS_STYLE_CONTAIN_LAYOUT (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h459 #define NS_STYLE_CONTAIN_LAYOUT 0x2 macro
464 (NS_STYLE_CONTAIN_LAYOUT | NS_STYLE_CONTAIN_STYLE | NS_STYLE_CONTAIN_PAINT)
H A DnsCSSProps.cpp1674 {eCSSKeyword_layout, NS_STYLE_CONTAIN_LAYOUT},
H A DnsComputedDOMStyle.cpp4590 NS_STYLE_CONTAIN_LAYOUT, in DoGetContain()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h559 #define NS_STYLE_CONTAIN_LAYOUT 0x2
563 #define NS_STYLE_CONTAIN_ALL_BITS (NS_STYLE_CONTAIN_LAYOUT | \
H A DnsCSSProps.cpp1805 { eCSSKeyword_layout, NS_STYLE_CONTAIN_LAYOUT },
H A DnsComputedDOMStyle.cpp4582 mask, NS_STYLE_CONTAIN_LAYOUT, in DoGetContain()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs3580 use gecko_bindings::structs::NS_STYLE_CONTAIN_LAYOUT; in set_contain()
3598 bitfield |= NS_STYLE_CONTAIN_LAYOUT; in set_contain()
3612 use gecko_bindings::structs::NS_STYLE_CONTAIN_LAYOUT; in clone_contain()
3627 if gecko_flags & (NS_STYLE_CONTAIN_LAYOUT as u8) != 0 { in clone_contain()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs343 pub const NS_STYLE_CONTAIN_LAYOUT: u32 = 2; const