Home
last modified time | relevance | path

Searched refs:NS_STYLE_CONTAIN_ALL_BITS (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h463 #define NS_STYLE_CONTAIN_ALL_BITS \ macro
H A DnsCSSValue.cpp1478 intValue == (NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS), in AppendToString()
H A DnsComputedDOMStyle.cpp4583 NS_ASSERTION(mask == (NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS), in DoGetContain()
H A DnsCSSParser.cpp13578 aValue.SetIntValue(NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS, in ParseContain()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h563 #define NS_STYLE_CONTAIN_ALL_BITS (NS_STYLE_CONTAIN_LAYOUT | \
H A DnsCSSValue.cpp1536 NS_ASSERTION(intValue == (NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS), in AppendToString()
H A DnsComputedDOMStyle.cpp4575 NS_ASSERTION(mask == (NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS), in DoGetContain()
H A DnsCSSParser.cpp14637 NS_STYLE_CONTAIN_ALL_BITS, eCSSUnit_Enumerated);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs3583 use gecko_bindings::structs::NS_STYLE_CONTAIN_ALL_BITS; in set_contain()
3592 self.gecko.mContain = (NS_STYLE_CONTAIN_STRICT | NS_STYLE_CONTAIN_ALL_BITS) as u8; in set_contain()
3615 use gecko_bindings::structs::NS_STYLE_CONTAIN_ALL_BITS; in clone_contain()
3622 gecko_flags & (NS_STYLE_CONTAIN_ALL_BITS as u8) != 0 { in clone_contain()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs346 pub const NS_STYLE_CONTAIN_ALL_BITS: u32 = 14; const