Searched refs:AttributeMatchType (Results 1 – 6 of 6) sorted by relevance
243 enum AttributeMatchType { enum271 AttributeMatchType attributeMatchType() const;282 void setAttribute(const QualifiedName&, AttributeMatchType);365 AttributeMatchType m_attributeMatchType; // used for attribute selector (with value)391 inline CSSSelector::AttributeMatchType CSSSelector::attributeMatchType() const in attributeMatchType()
744 void CSSSelector::setAttribute(const QualifiedName& value, AttributeMatchType matchType) in setAttribute()
222 …void setAttribute(const QualifiedName& value, CSSSelector::AttributeMatchType matchType) { m_selec… in setAttribute()
95 bool parseAttributeMatchType(CSSSelector::AttributeMatchType&, const String&);
86 CSSSelector::AttributeMatchType attributeMatchType;1253 CSSSelector::AttributeMatchType attrMatchType = CSSSelector::CaseSensitive;
1072 bool BisonCSSParser::parseAttributeMatchType(CSSSelector::AttributeMatchType& matchType, const Stri… in parseAttributeMatchType()