/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/ |
H A D | properties.mako.rs | 934 Ok(PropertyId::LonghandAlias(id, _)) => Ok(id), in from_nscsspropertyid() 1517 LonghandAlias(LonghandId, AliasId), enumerator 1553 PropertyId::LonghandAlias(id, _) => id, in longhand_id() 1572 LonghandAlias(LonghandId, AliasId), in parse() enumerator 1598 Some(&StaticId::LonghandAlias(id, alias)) => { in parse() 1599 PropertyId::LonghandAlias(id, alias) in parse() 1624 Ok(PropertyId::LonghandAlias( in from_nscsspropertyid() 1654 PropertyId::LonghandAlias(id, _) | in as_shorthand() 1665 PropertyId::LonghandAlias(id, _) | in name() 1681 PropertyId::LonghandAlias(_, alias_id) => alias_id.into(), in non_custom_id() [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/ |
H A D | properties.mako.rs | 1206 Ok(PropertyId::LonghandAlias(id, _)) => Ok(id), in from_nscsspropertyid() 1743 PropertyId::LonghandAlias(other_id, _) => id == other_id, in is_or_is_longhand_of() 1795 LonghandAlias(LonghandId, AliasId), enumerator 1816 PropertyId::LonghandAlias(id, _) => dest.write_str(id.name()), in to_css() 1865 PropertyId::LonghandAlias(id, _) => id, in longhand_id() 1891 LonghandAlias(LonghandId, AliasId), in parse_unchecked() enumerator 1934 StaticId::LonghandAlias(id, alias) => PropertyId::LonghandAlias(id, alias), in parse_unchecked() 2016 PropertyId::LonghandAlias(id, _) | in as_shorthand() 2029 PropertyId::LonghandAlias(_, alias_id) => alias_id.into(), in non_custom_id() 2041 PropertyId::LonghandAlias(id, _) => id.into(), in non_custom_non_alias_id() [all …]
|
H A D | declaration_block.rs | 1384 PropertyId::LonghandAlias(id, _) | PropertyId::Longhand(id) => block.contains(id), in report_one_css_error()
|
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/ |
H A D | properties.mako.rs | 1232 Ok(PropertyId::LonghandAlias(id, _)) => Ok(id), in from_nscsspropertyid() 1794 PropertyId::LonghandAlias(other_id, _) => id == other_id, in is_or_is_longhand_of() 1846 LonghandAlias(LonghandId, AliasId), enumerator 1867 PropertyId::LonghandAlias(id, _) => dest.write_str(id.name()), in to_css() 1916 PropertyId::LonghandAlias(id, _) => id, in longhand_id() 1942 LonghandAlias(LonghandId, AliasId), in parse_unchecked() enumerator 1985 StaticId::LonghandAlias(id, alias) => PropertyId::LonghandAlias(id, alias), in parse_unchecked() 2067 PropertyId::LonghandAlias(id, _) | in as_shorthand() 2080 PropertyId::LonghandAlias(_, alias_id) => alias_id.into(), in non_custom_id() 2092 PropertyId::LonghandAlias(id, _) => id.into(), in non_custom_non_alias_id() [all …]
|
H A D | declaration_block.rs | 1387 PropertyId::LonghandAlias(id, _) | PropertyId::Longhand(id) => block.contains(id),
|
/dports/www/firefox/firefox-99.0/servo/components/style/properties/ |
H A D | properties.mako.rs | 1257 Ok(PropertyId::LonghandAlias(id, _)) => Ok(id), in from_nscsspropertyid() 1822 PropertyId::LonghandAlias(other_id, _) => id == other_id, in is_or_is_longhand_of() 1874 LonghandAlias(LonghandId, AliasId), enumerator 1895 PropertyId::LonghandAlias(id, _) => dest.write_str(id.name()), in to_css() 1944 PropertyId::LonghandAlias(id, _) => id, in longhand_id() 1970 LonghandAlias(LonghandId, AliasId), in parse_unchecked() enumerator 2013 StaticId::LonghandAlias(id, alias) => PropertyId::LonghandAlias(id, alias), in parse_unchecked() 2095 PropertyId::LonghandAlias(id, _) | in as_shorthand() 2108 PropertyId::LonghandAlias(_, alias_id) => alias_id.into(), in non_custom_id() 2120 PropertyId::LonghandAlias(id, _) => id.into(), in non_custom_non_alias_id() [all …]
|
H A D | declaration_block.rs | 1388 PropertyId::LonghandAlias(id, _) | PropertyId::Longhand(id) => block.contains(id), in report_one_css_error()
|
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/ |
H A D | properties.mako.rs | 1232 Ok(PropertyId::LonghandAlias(id, _)) => Ok(id), in from_nscsspropertyid() 1794 PropertyId::LonghandAlias(other_id, _) => id == other_id, in is_or_is_longhand_of() 1846 LonghandAlias(LonghandId, AliasId), enumerator 1867 PropertyId::LonghandAlias(id, _) => dest.write_str(id.name()), in to_css() 1916 PropertyId::LonghandAlias(id, _) => id, in longhand_id() 1942 LonghandAlias(LonghandId, AliasId), in parse_unchecked() enumerator 1985 StaticId::LonghandAlias(id, alias) => PropertyId::LonghandAlias(id, alias), in parse_unchecked() 2067 PropertyId::LonghandAlias(id, _) | in as_shorthand() 2080 PropertyId::LonghandAlias(_, alias_id) => alias_id.into(), in non_custom_id() 2092 PropertyId::LonghandAlias(id, _) => id.into(), in non_custom_non_alias_id() [all …]
|
H A D | declaration_block.rs | 1387 PropertyId::LonghandAlias(id, _) | PropertyId::Longhand(id) => block.contains(id), in report_one_css_error()
|
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/animated/ |
H A D | mod.rs | 46 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, ..) => { in of()
|
/dports/www/firefox/firefox-99.0/servo/components/style/values/animated/ |
H A D | mod.rs | 46 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, ..) => { in of()
|
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/animated/ |
H A D | mod.rs | 46 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, ..) => { in of()
|
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/animated/ |
H A D | mod.rs | 46 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, ..) => { in of()
|
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/ |
H A D | query.rs | 701 PropertyId::LonghandAlias(id, _) | in process_resolved_style_request() 751 PropertyId::LonghandAlias(id, _) | in process_resolved_style_request_internal()
|
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/ |
H A D | glue.rs | 1322 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, _) => id, in Servo_Property_IsInherited()
|
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/ |
H A D | glue.rs | 1324 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, _) => id, in Servo_Property_IsInherited()
|
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/ |
H A D | glue.rs | 1327 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, _) => id, in Servo_Property_IsInherited()
|
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/ |
H A D | glue.rs | 1324 PropertyId::Longhand(id) | PropertyId::LonghandAlias(id, _) => id, in Servo_Property_IsInherited()
|