Searched refs:DescendantOrSelfAxis (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XPathStep.cpp | 77 if (first->m_axis == Step::DescendantOrSelfAxis in optimizeStepPair() 364 case DescendantOrSelfAxis: in nodesInAxis() 365 if (nodeMatches(context, DescendantOrSelfAxis, m_nodeTest)) in nodesInAxis() 371 if (nodeMatches(n, DescendantOrSelfAxis, m_nodeTest)) in nodesInAxis()
|
D | XPathStep.h | 47 ChildAxis, DescendantAxis, DescendantOrSelfAxis, enumerator
|
D | XPathPath.cpp | 122 …&& step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axi… in evaluate()
|
D | XPathGrammar.y | 319 $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
|
D | XPathParser.cpp | 88 { "descendant-or-self", Step::DescendantOrSelfAxis }, in setUpAxisNamesMap()
|