Home | History | Annotate | Download | only in css

Lines Matching refs:Match

247 %type <integer> match
1010 | '[' maybe_space attr_name match maybe_space ident_or_string maybe_space ']' {
1013 $$->m_match = (CSSSelector::Match)$4;
1024 | '[' maybe_space namespace_selector attr_name match maybe_space ident_or_string maybe_space ']' {
1030 $$->m_match = (CSSSelector::Match)$5;
1035 match: