Home
last modified time | relevance | path

Searched refs:get_css_wide_keyword (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dcascade.rs586 let css_wide_keyword = declaration.get_css_wide_keyword(); in apply_properties()
H A Dproperties.mako.rs1507 if let Some(keyword) = first_declaration.get_css_wide_keyword() { in get_shorthand_appendable_value()
1508 if declarations2.all(|d| d.get_css_wide_keyword() == Some(keyword)) { in get_shorthand_appendable_value()
2273 pub fn get_css_wide_keyword(&self) -> Option<CSSWideKeyword> { in get_css_wide_keyword() method
H A Ddeclaration_block.rs866 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dcascade.rs645 let css_wide_keyword = declaration.get_css_wide_keyword();
H A Dproperties.mako.rs1520 if let Some(keyword) = first_declaration.get_css_wide_keyword() { in get_shorthand_appendable_value()
1521 if rest().all(|d| d.get_css_wide_keyword() == Some(keyword)) { in get_shorthand_appendable_value()
2325 pub fn get_css_wide_keyword(&self) -> Option<CSSWideKeyword> { in get_css_wide_keyword() method
H A Ddeclaration_block.rs876 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in to_phys()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dcascade.rs671 let is_unset = match declaration.get_css_wide_keyword() { in apply_properties()
H A Dproperties.mako.rs1548 if let Some(keyword) = first_declaration.get_css_wide_keyword() { in get_shorthand_appendable_value()
1549 if rest().all(|d| d.get_css_wide_keyword() == Some(keyword)) { in get_shorthand_appendable_value()
2353 pub fn get_css_wide_keyword(&self) -> Option<CSSWideKeyword> { in get_css_wide_keyword() method
H A Ddeclaration_block.rs878 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dcascade.rs645 let css_wide_keyword = declaration.get_css_wide_keyword(); in apply_properties()
H A Dproperties.mako.rs1520 if let Some(keyword) = first_declaration.get_css_wide_keyword() { in get_shorthand_appendable_value()
1521 if rest().all(|d| d.get_css_wide_keyword() == Some(keyword)) { in get_shorthand_appendable_value()
2325 pub fn get_css_wide_keyword(&self) -> Option<CSSWideKeyword> { in get_css_wide_keyword() method
H A Ddeclaration_block.rs876 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Ddeclaration_block.rs724 decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
H A Dproperties.mako.rs1260 if let Some(keyword) = first_declaration.get_css_wide_keyword() { in get_shorthand_appendable_value()
1261 if declarations2.all(|d| d.get_css_wide_keyword() == Some(keyword)) { in get_shorthand_appendable_value()
1795 pub fn get_css_wide_keyword(&self) -> Option<CSSWideKeyword> { in get_css_wide_keyword() method
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/rule_tree/
H A Dmod.rs1259 … if declaration.get_css_wide_keyword() == Some(CSSWideKeyword::Inherit) { in has_author_specified_rules()