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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.cpp 128 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
135 if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))
XPathStep.h 50 SelfAxis
XPathStep.cpp 367 case SelfAxis:
368 if (nodeMatches(context, SelfAxis, m_nodeTest))
XPathParser.cpp 89 { "self", Step::SelfAxis }
XPathGrammar.y 325 $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 25 milliseconds