Home
last modified time | relevance | path

Searched refs:AttributeMatchType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.h243 enum AttributeMatchType { enum
271 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()
DCSSSelector.cpp744 void CSSSelector::setAttribute(const QualifiedName& value, AttributeMatchType matchType) in setAttribute()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValues.h222 …void setAttribute(const QualifiedName& value, CSSSelector::AttributeMatchType matchType) { m_selec… in setAttribute()
DBisonCSSParser.h95 bool parseAttributeMatchType(CSSSelector::AttributeMatchType&, const String&);
DCSSGrammar.y86 CSSSelector::AttributeMatchType attributeMatchType;
1253 CSSSelector::AttributeMatchType attrMatchType = CSSSelector::CaseSensitive;
DBisonCSSParser-in.cpp1072 bool BisonCSSParser::parseAttributeMatchType(CSSSelector::AttributeMatchType& matchType, const Stri… in parseAttributeMatchType()