Match 1259 Source/core/css/CSSGrammar.y $$->setMatch((CSSSelector::Match)$4); Match 1270 Source/core/css/CSSGrammar.y $$->setMatch((CSSSelector::Match)$5); Match 230 Source/core/css/CSSParserValues.h void setMatch(CSSSelector::Match value) { m_selector->m_match = value; } Match 268 Source/core/css/ElementRuleCollector.cpp SelectorChecker::Match match = selectorChecker.match(context, DOMSiblingTraversalStrategy(), result); Match 142 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const Match 182 Source/core/css/SelectorChecker.cpp Match match; Match 222 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForSubSelector(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const Match 247 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForPseudoShadow(const ContainerNode* node, const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const Match 255 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForRelation(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const Match 283 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); Match 327 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); Match 353 Source/core/css/SelectorChecker.cpp Match match = this->match(nextContext, siblingTraversalStrategy, result); Match 371 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForShadowDistributed(const Element* element, const SiblingTraversalStrategy& siblingTraversalStrategy, SelectorCheckingContext& nextContext, MatchResult* result) const Match 409 Source/core/css/SelectorChecker.cpp static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) Match 472 Source/core/css/SelectorChecker.cpp static bool anyAttributeMatches(Element& element, CSSSelector::Match match, const CSSSelector& selector) Match 535 Source/core/css/SelectorChecker.cpp if (!anyAttributeMatches(element, static_cast<CSSSelector::Match>(selector.m_match), selector)) Match 1138 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const DOMSiblingTraversalStrategy&, MatchResult*) const; Match 1141 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext&, const ShadowDOMSiblingTraversalStrategy&, MatchResult*) const; Match 103 Source/core/css/SelectorChecker.h Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const; Match 124 Source/core/css/SelectorChecker.h Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; Match 126 Source/core/css/SelectorChecker.h Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; Match 128 Source/core/css/SelectorChecker.h Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const; Match 130 Source/core/css/SelectorChecker.h Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;