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

  /external/webkit/Source/WebCore/xml/
XPathStep.h 46 AncestorAxis, AncestorOrSelfAxis, AttributeAxis,
XPathStep.cpp 374 case AncestorOrSelfAxis: {
375 if (nodeMatches(context, AncestorOrSelfAxis, m_nodeTest))
380 if (nodeMatches(n, AncestorOrSelfAxis, m_nodeTest))
384 if (nodeMatches(n, AncestorOrSelfAxis, m_nodeTest))
XPathParser.cpp 84 { "ancestor-or-self", Step::AncestorOrSelfAxis },

Completed in 48 milliseconds