Searched refs:get_css_wide_keyword (Results 1 – 15 of 15) sorted by relevance
586 let css_wide_keyword = declaration.get_css_wide_keyword(); in apply_properties()
1507 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
866 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
645 let css_wide_keyword = declaration.get_css_wide_keyword();
1520 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
876 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in to_phys()
671 let is_unset = match declaration.get_css_wide_keyword() { in apply_properties()
1548 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
878 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
645 let css_wide_keyword = declaration.get_css_wide_keyword(); in apply_properties()
876 decl.id().is_or_is_longhand_of(property) && decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
724 decl.get_css_wide_keyword().is_some() in has_css_wide_keyword()
1260 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
1259 … if declaration.get_css_wide_keyword() == Some(CSSWideKeyword::Inherit) { in has_author_specified_rules()