Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp394 static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const A… in attributeValueMatches() function
477 if (attributeValueMatches(attributeItem, match, selectorValue, !caseInsensitive)) in anyAttributeMatches()
490 … if (legacyCaseInsensitive && attributeValueMatches(attributeItem, match, selectorValue, false)) { in anyAttributeMatches()