Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp457 static bool anyAttributeMatches(Element& element, CSSSelector::Match match, const CSSSelector& sele… in anyAttributeMatches() function
525 return anyAttributeMatches(element, selector.match(), selector); in checkOne()