nodeMatches       248 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, ChildAxis, m_nodeTest))
nodeMatches       256 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, DescendantAxis, m_nodeTest))
nodeMatches       262 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, ParentAxis, m_nodeTest))
nodeMatches       266 Source/core/xml/XPathStep.cpp                 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
nodeMatches       274 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, AncestorAxis, m_nodeTest))
nodeMatches       278 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, AncestorAxis, m_nodeTest))
nodeMatches       288 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, FollowingSiblingAxis, m_nodeTest))
nodeMatches       296 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, PrecedingSiblingAxis, m_nodeTest))
nodeMatches       305 Source/core/xml/XPathStep.cpp                     if (nodeMatches(p, FollowingAxis, m_nodeTest))
nodeMatches       311 Source/core/xml/XPathStep.cpp                         if (nodeMatches(n, FollowingAxis, m_nodeTest))
nodeMatches       314 Source/core/xml/XPathStep.cpp                             if (nodeMatches(c, FollowingAxis, m_nodeTest))
nodeMatches       327 Source/core/xml/XPathStep.cpp                     if (nodeMatches(n, PrecedingAxis, m_nodeTest))
nodeMatches       344 Source/core/xml/XPathStep.cpp                     if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
nodeMatches       356 Source/core/xml/XPathStep.cpp                 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))
nodeMatches       365 Source/core/xml/XPathStep.cpp             if (nodeMatches(context, SelfAxis, m_nodeTest))
nodeMatches       369 Source/core/xml/XPathStep.cpp             if (nodeMatches(context, DescendantOrSelfAxis, m_nodeTest))
nodeMatches       375 Source/core/xml/XPathStep.cpp             if (nodeMatches(n, DescendantOrSelfAxis, m_nodeTest))
nodeMatches       379 Source/core/xml/XPathStep.cpp             if (nodeMatches(context, AncestorOrSelfAxis, m_nodeTest))
nodeMatches       384 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, AncestorOrSelfAxis, m_nodeTest))
nodeMatches       388 Source/core/xml/XPathStep.cpp                 if (nodeMatches(n, AncestorOrSelfAxis, m_nodeTest))