Home
last modified time | relevance | path

Searched refs:RESTYLE_SELF (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/invalidation/element/
H A Drestyle_hints.rs14 const RESTYLE_SELF = 1 << 0; const
51 RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS in restyle_subtree()
63 self.contains(RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS) in contains_subtree()
69 RestyleHint::RESTYLE_SELF | in has_non_animation_invalidations()
152 self.intersects(RestyleHint::RESTYLE_SELF) in match_self()
H A Dstate_and_attributes.rs152 data.hint.insert(RestyleHint::RESTYLE_SELF); in invalidated_self()
331 self.data.hint.insert(RestyleHint::RESTYLE_SELF); in collect_invalidations()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/invalidation/element/
H A Drestyle_hints.rs15 const RESTYLE_SELF = 1 << 0; const
52 RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS in restyle_subtree()
64 self.contains(RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS) in contains_subtree()
70 RestyleHint::RESTYLE_SELF | in has_non_animation_invalidations()
156 self.intersects(RestyleHint::RESTYLE_SELF) in match_self()
207 hint.insert(RestyleHint::RESTYLE_SELF); in from()
H A Dstate_and_attributes.rs135 data.hint.insert(RestyleHint::RESTYLE_SELF); in invalidated_self()
299 self.data.hint.insert(RestyleHint::RESTYLE_SELF); in collect_invalidations()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/invalidation/element/
H A Drestyle_hints.rs14 const RESTYLE_SELF = 1 << 0; const
51 RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS in restyle_subtree()
74 RestyleHint::RESTYLE_SELF | in has_non_animation_invalidations()
157 self.intersects(RestyleHint::RESTYLE_SELF) in match_self()
H A Dstate_and_attributes.rs152 data.hint.insert(RestyleHint::RESTYLE_SELF); in invalidated_self()
333 self.data.hint.insert(RestyleHint::RESTYLE_SELF); in collect_invalidations()
/dports/www/firefox/firefox-99.0/servo/components/style/invalidation/element/
H A Drestyle_hints.rs14 const RESTYLE_SELF = 1 << 0; const
51 RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS in restyle_subtree()
74 RestyleHint::RESTYLE_SELF | in has_non_animation_invalidations()
157 self.intersects(RestyleHint::RESTYLE_SELF) in match_self()
H A Dstate_and_attributes.rs152 data.hint.insert(RestyleHint::RESTYLE_SELF); in invalidated_self()
333 self.data.hint.insert(RestyleHint::RESTYLE_SELF); in collect_invalidations()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/invalidation/element/
H A Drestyle_hints.rs14 const RESTYLE_SELF = 1 << 0; const
51 RestyleHint::RESTYLE_SELF | RestyleHint::RESTYLE_DESCENDANTS in restyle_subtree()
74 RestyleHint::RESTYLE_SELF | in has_non_animation_invalidations()
157 self.intersects(RestyleHint::RESTYLE_SELF) in match_self()
H A Dstate_and_attributes.rs152 data.hint.insert(RestyleHint::RESTYLE_SELF); in invalidated_self()
333 self.data.hint.insert(RestyleHint::RESTYLE_SELF); in collect_invalidations()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/invalidation/
H A Dstylesheets.rs273 if !data.hint.contains(RestyleHint::RESTYLE_SELF) { in process_invalidations_in_subtree()
278 data.hint.insert(RestyleHint::RESTYLE_SELF); in process_invalidations_in_subtree()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/invalidation/
H A Dstylesheets.rs291 if !data.hint.contains(RestyleHint::RESTYLE_SELF) { in process_invalidations_in_subtree()
298 data.hint.insert(RestyleHint::RESTYLE_SELF); in process_invalidations_in_subtree()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/invalidation/
H A Dstylesheets.rs326 data.hint.insert(RestyleHint::RESTYLE_SELF); in process_invalidations_in_subtree()
358 data.hint.contains(RestyleHint::RESTYLE_SELF) || any_children_invalid in process_invalidations_in_subtree()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/invalidation/
H A Dstylesheets.rs326 data.hint.insert(RestyleHint::RESTYLE_SELF); in process_invalidations_in_subtree()
358 data.hint.contains(RestyleHint::RESTYLE_SELF) || any_children_invalid in process_invalidations_in_subtree()
/dports/www/firefox/firefox-99.0/servo/components/style/invalidation/
H A Dstylesheets.rs337 data.hint.insert(RestyleHint::RESTYLE_SELF); in process_invalidations_in_subtree()
369 data.hint.contains(RestyleHint::RESTYLE_SELF) || any_children_invalid in process_invalidations_in_subtree()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoStyleConstsInlines.h911 return RESTYLE_SELF | RESTYLE_DESCENDANTS;
926 return bool(*this & (RESTYLE_SELF | RECASCADE_SELF));
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoStyleConstsInlines.h957 return RESTYLE_SELF | RESTYLE_DESCENDANTS;
972 return bool(*this & (RESTYLE_SELF | RECASCADE_SELF));
/dports/www/firefox/firefox-99.0/layout/style/
H A DServoStyleConstsInlines.h964 return RESTYLE_SELF | RESTYLE_DESCENDANTS;
979 return bool(*this & (RESTYLE_SELF | RECASCADE_SELF));
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoStyleConstsInlines.h957 return RESTYLE_SELF | RESTYLE_DESCENDANTS;
972 return bool(*this & (RESTYLE_SELF | RECASCADE_SELF));
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DRestyleManager.cpp3356 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
3360 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
/dports/www/firefox/firefox-99.0/layout/base/
H A DRestyleManager.cpp3407 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
3411 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DRestyleManager.cpp3356 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
3360 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DRestyleManager.cpp3336 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
3340 restyleHint |= RestyleHint::RESTYLE_SELF; in AttributeChanged()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGElement.cpp247 presShell->RestyleForAnimation(this, RestyleHint::RESTYLE_SELF); in DidAnimateClass()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGElement.cpp143 presShell->RestyleForAnimation(this, RestyleHint::RESTYLE_SELF); in DidAnimateClass()

12