AttributeAxis     248 Source/core/xml/XPathGrammar.y         $$ = Step::AttributeAxis;
AttributeAxis      78 Source/core/xml/XPathParser.cpp         { "attribute", Step::AttributeAxis },
AttributeAxis     129 Source/core/xml/XPathPath.cpp             && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
AttributeAxis     150 Source/core/xml/XPathStep.cpp         case Step::AttributeAxis:
AttributeAxis     176 Source/core/xml/XPathStep.cpp             if (axis == Step::AttributeAxis) {
AttributeAxis     334 Source/core/xml/XPathStep.cpp         case AttributeAxis: {
AttributeAxis     344 Source/core/xml/XPathStep.cpp                     if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
AttributeAxis     356 Source/core/xml/XPathStep.cpp                 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))