Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLContentElement.cpp119 SelectorChecker selectorChecker(element->document(), SelectorChecker::CollectingCSSRules); in checkOneSelector() local
122 return selectorChecker.match(context, strategy) == SelectorChecker::SelectorMatches; in checkOneSelector()
/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp259 SelectorChecker selectorChecker(m_context.element()->document(), m_mode); in ruleMatches() local
268 …SelectorChecker::Match match = selectorChecker.match(context, DOMSiblingTraversalStrategy(), resul… in ruleMatches()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp120 SelectorChecker selectorChecker(element.document(), SelectorChecker::QueryingRules); in selectorMatches() local
125 …return selectorChecker.match(selectorCheckingContext, DOMSiblingTraversalStrategy()) == SelectorCh… in selectorMatches()