SelectorCheckingContext  261 Source/core/css/ElementRuleCollector.cpp     SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled);
SelectorCheckingContext   80 Source/core/css/SelectorChecker.cpp Element* SelectorChecker::parentElement(const SelectorCheckingContext& context, bool allowToCrossBoundary) const
SelectorCheckingContext  103 Source/core/css/SelectorChecker.cpp bool SelectorChecker::scopeContainsLastMatchedElement(const SelectorCheckingContext& context) const
SelectorCheckingContext  125 Source/core/css/SelectorChecker.cpp static inline bool nextSelectorExceedsScope(const SelectorChecker::SelectorCheckingContext& context)
SelectorCheckingContext  142 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
SelectorCheckingContext  208 Source/core/css/SelectorChecker.cpp static inline SelectorChecker::SelectorCheckingContext prepareNextContextForRelation(const SelectorChecker::SelectorCheckingContext& context)
SelectorCheckingContext  210 Source/core/css/SelectorChecker.cpp     SelectorChecker::SelectorCheckingContext nextContext(context);
SelectorCheckingContext  222 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForSubSelector(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
SelectorCheckingContext  224 Source/core/css/SelectorChecker.cpp     SelectorCheckingContext nextContext = prepareNextContextForRelation(context);
SelectorCheckingContext  247 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForPseudoShadow(const ContainerNode* node, const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
SelectorCheckingContext  255 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForRelation(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
SelectorCheckingContext  257 Source/core/css/SelectorChecker.cpp     SelectorCheckingContext nextContext = prepareNextContextForRelation(context);
SelectorCheckingContext  371 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForShadowDistributed(const Element* element, const SiblingTraversalStrategy& siblingTraversalStrategy, SelectorCheckingContext& nextContext, MatchResult* result) const
SelectorCheckingContext  512 Source/core/css/SelectorChecker.cpp bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const
SelectorCheckingContext  542 Source/core/css/SelectorChecker.cpp             SelectorCheckingContext subContext(context);
SelectorCheckingContext  734 Source/core/css/SelectorChecker.cpp                 SelectorCheckingContext subContext(context);
SelectorCheckingContext  926 Source/core/css/SelectorChecker.cpp                 SelectorCheckingContext subContext(context);
SelectorCheckingContext  938 Source/core/css/SelectorChecker.cpp                     SelectorCheckingContext hostContext(subContext);
SelectorCheckingContext  986 Source/core/css/SelectorChecker.cpp         SelectorCheckingContext subContext(context);
SelectorCheckingContext 1002 Source/core/css/SelectorChecker.cpp bool SelectorChecker::checkScrollbarPseudoClass(const SelectorCheckingContext& context, Document* document, const CSSSelector& selector) const
SelectorCheckingContext 1138 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const DOMSiblingTraversalStrategy&, MatchResult*) const;
SelectorCheckingContext 1141 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const ShadowDOMSiblingTraversalStrategy&, MatchResult*) const;
SelectorCheckingContext   64 Source/core/css/SelectorChecker.h         SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMatchType)
SelectorCheckingContext  103 Source/core/css/SelectorChecker.h     Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const;
SelectorCheckingContext  106 Source/core/css/SelectorChecker.h     bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
SelectorCheckingContext  124 Source/core/css/SelectorChecker.h     Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
SelectorCheckingContext  126 Source/core/css/SelectorChecker.h     Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
SelectorCheckingContext  128 Source/core/css/SelectorChecker.h     Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const;
SelectorCheckingContext  130 Source/core/css/SelectorChecker.h     Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
SelectorCheckingContext  132 Source/core/css/SelectorChecker.h     bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) const;
SelectorCheckingContext  133 Source/core/css/SelectorChecker.h     Element* parentElement(const SelectorCheckingContext&, bool allowToCrossBoundary = false) const;
SelectorCheckingContext  134 Source/core/css/SelectorChecker.h     bool scopeContainsLastMatchedElement(const SelectorCheckingContext&) const;
SelectorCheckingContext  120 Source/core/dom/SelectorQuery.cpp     SelectorChecker::SelectorCheckingContext selectorCheckingContext(selector, &element, SelectorChecker::VisitedMatchDisabled);
SelectorCheckingContext  107 Source/core/html/HTMLContentElement.cpp     SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);