Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h134 …Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTrav…
DSelectorChecker.cpp228 SelectorChecker::Match SelectorChecker::matchForPseudoShadow(const ContainerNode* node, const Selec… in matchForPseudoShadow() function in blink::SelectorChecker
262 …return matchForPseudoShadow(context.element->containingShadowRoot(), nextContext, siblingTraversal… in matchForRelation()
281 …return matchForPseudoShadow(context.element->parentNode(), nextContext, siblingTraversalStrategy, … in matchForRelation()