Home
last modified time | relevance | path

Searched refs:DescendantOrSelfAxis (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathStep.cpp77 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()
DXPathStep.h47 ChildAxis, DescendantAxis, DescendantOrSelfAxis, enumerator
DXPathPath.cpp122 …&& step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axi… in evaluate()
DXPathGrammar.y319 $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
DXPathParser.cpp88 { "descendant-or-self", Step::DescendantOrSelfAxis }, in setUpAxisNamesMap()