Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h461 #define NS_STYLE_CONTAIN_PAINT 0x8 macro
464 (NS_STYLE_CONTAIN_LAYOUT | NS_STYLE_CONTAIN_STYLE | NS_STYLE_CONTAIN_PAINT)
H A DnsCSSProps.cpp1676 {eCSSKeyword_paint, NS_STYLE_CONTAIN_PAINT},
H A DnsStyleStruct.h2528 bool IsContainPaint() const { return NS_STYLE_CONTAIN_PAINT & mContain; } in IsContainPaint()
H A DnsCSSValue.cpp1485 NS_STYLE_CONTAIN_PAINT, aResult); in AppendToString()
H A DnsComputedDOMStyle.cpp4591 NS_STYLE_CONTAIN_PAINT, valueStr); in DoGetContain()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h561 #define NS_STYLE_CONTAIN_PAINT 0x8
565 NS_STYLE_CONTAIN_PAINT)
H A DnsCSSProps.cpp1807 { eCSSKeyword_paint, NS_STYLE_CONTAIN_PAINT },
H A DnsStyleStruct.h2980 return NS_STYLE_CONTAIN_PAINT & mContain; in IsContainPaint()
H A DnsCSSValue.cpp1544 NS_STYLE_CONTAIN_PAINT, in AppendToString()
H A DnsComputedDOMStyle.cpp4583 NS_STYLE_CONTAIN_PAINT, valueStr); in DoGetContain()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs3582 use gecko_bindings::structs::NS_STYLE_CONTAIN_PAINT; in set_contain()
3604 bitfield |= NS_STYLE_CONTAIN_PAINT; in set_contain()
3614 use gecko_bindings::structs::NS_STYLE_CONTAIN_PAINT; in clone_contain()
3633 if gecko_flags & (NS_STYLE_CONTAIN_PAINT as u8) != 0 { in clone_contain()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs345 pub const NS_STYLE_CONTAIN_PAINT: u32 = 8; const