Home
last modified time | relevance | path

Searched refs:physical_longhand_id (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dcascade.rs624 let physical_longhand_id = if Phase::is_early() { in apply_properties() localVariable
630 if self.seen.contains(physical_longhand_id) { in apply_properties()
634 if self.reverted_set.contains(physical_longhand_id) { in apply_properties()
635 … if let Some(&(reverted_priority, is_origin_revert)) = self.reverted.get(&physical_longhand_id) { in apply_properties()
646 !physical_longhand_id.is_visited_dependent() in apply_properties()
679 self.reverted_set.insert(physical_longhand_id); in apply_properties()
680 self.reverted.insert(physical_longhand_id, (priority, origin_revert)); in apply_properties()
690 self.seen.insert(physical_longhand_id); in apply_properties()
692 self.author_specified.insert(physical_longhand_id); in apply_properties()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dcascade.rs544 let physical_longhand_id = if Phase::is_early() { in apply_properties() localVariable
550 if self.seen.contains(physical_longhand_id) { in apply_properties()
554 if self.reverted.borrow_for_origin(&origin).contains(physical_longhand_id) { in apply_properties()
562 !physical_longhand_id.is_visited_dependent() in apply_properties()
594 .insert(physical_longhand_id); in apply_properties()
599 self.seen.insert(physical_longhand_id); in apply_properties()
601 self.author_specified.insert(physical_longhand_id); in apply_properties()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dcascade.rs598 let physical_longhand_id = if Phase::is_early() {
604 if self.seen.contains(physical_longhand_id) {
611 .contains(physical_longhand_id)
620 !physical_longhand_id.is_visited_dependent()
653 .insert(physical_longhand_id);
658 self.seen.insert(physical_longhand_id);
660 self.author_specified.insert(physical_longhand_id);
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dcascade.rs598 let physical_longhand_id = if Phase::is_early() { in apply_properties() localVariable
604 if self.seen.contains(physical_longhand_id) { in apply_properties()
611 .contains(physical_longhand_id) in apply_properties()
620 !physical_longhand_id.is_visited_dependent() in apply_properties()
653 .insert(physical_longhand_id); in apply_properties()
658 self.seen.insert(physical_longhand_id); in apply_properties()
660 self.author_specified.insert(physical_longhand_id); in apply_properties()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs3593 let physical_longhand_id = longhand_id ${maybe_to_physical}; in apply_declarations() localVariable
3594 if seen.contains(physical_longhand_id) { in apply_declarations()
3641 seen.insert(physical_longhand_id); in apply_declarations()