HomeSort by relevance Sort by last modified time
    Searched refs:ParentAxis (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.h 49 ParentAxis, PrecedingAxis, PrecedingSiblingAxis,
XPathStep.cpp 261 case ParentAxis:
264 if (nodeMatches(n, ParentAxis, m_nodeTest))
268 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
XPathParser.cpp 86 { "parent", Step::ParentAxis },
XPathGrammar.y 331 $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 602 milliseconds