matchForPseudoShadow 280 Source/core/css/SelectorChecker.cpp return matchForPseudoShadow(context.element->containingShadowRoot(), nextContext, siblingTraversalStrategy, result); matchForPseudoShadow 299 Source/core/css/SelectorChecker.cpp return matchForPseudoShadow(context.element->parentNode(), nextContext, siblingTraversalStrategy, result); matchForPseudoShadow 130 Source/core/css/SelectorChecker.h Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;