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

  /external/webkit/Source/WebCore/xml/
XPathStep.h 46 AncestorAxis, AncestorOrSelfAxis, AttributeAxis,
XPathStep.cpp 146 case Step::AttributeAxis:
173 if (axis == Step::AttributeAxis) {
332 case AttributeAxis: {
340 if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
352 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))
XPathPath.cpp 122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
XPathParser.cpp 85 { "attribute", Step::AttributeAxis },
XPathGrammar.y 250 $$ = Step::AttributeAxis;

Completed in 70 milliseconds