DescendantOrSelfAxis  317 Source/core/xml/XPathGrammar.y         $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
DescendantOrSelfAxis   81 Source/core/xml/XPathParser.cpp         { "descendant-or-self", Step::DescendantOrSelfAxis },
DescendantOrSelfAxis  129 Source/core/xml/XPathPath.cpp             && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
DescendantOrSelfAxis   80 Source/core/xml/XPathStep.cpp     if (first->m_axis == Step::DescendantOrSelfAxis
DescendantOrSelfAxis  368 Source/core/xml/XPathStep.cpp         case DescendantOrSelfAxis:
DescendantOrSelfAxis  369 Source/core/xml/XPathStep.cpp             if (nodeMatches(context, DescendantOrSelfAxis, m_nodeTest))
DescendantOrSelfAxis  375 Source/core/xml/XPathStep.cpp             if (nodeMatches(n, DescendantOrSelfAxis, m_nodeTest))