Home
last modified time | relevance | path

Searched refs:NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleContext.h192 return !!(mBits & NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE); in HasChildThatUsesGrandancestorStyle()
H A DnsStyleStruct.h83 #define NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE 0x010000000 macro
H A DnsRuleNode.cpp1798 context->AddStyleBit(NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE); in PropagateGrandancestorBit()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleContext.h294 { return !!(mBits & NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE); } in HasChildThatUsesGrandancestorStyle()
H A DnsStyleStruct.h80 #define NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE 0x010000000 macro
H A DnsRuleNode.cpp1890 context->AddStyleBit(NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE); in PropagateGrandancestorBit()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs870 pub const NS_STYLE_CHILD_USES_GRANDANCESTOR_STYLE: u32 = 268435456; const