Home
last modified time | relevance | path

Searched refs:DescendantAxis (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/xml/
DXPathStep.cpp86 first->m_axis = Step::DescendantAxis; in optimizeStepPair()
243 case DescendantAxis: in nodesInAxis()
248 if (nodeMatches(n, DescendantAxis, m_nodeTest)) in nodesInAxis()
DXPathStep.h46 ChildAxis, DescendantAxis, DescendantOrSelfAxis, enumerator
DXPathPath.cpp122 …&& step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axi… in evaluate()
DXPathParser.cpp87 { "descendant", Step::DescendantAxis }, in setUpAxisNamesMap()