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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 150 case Step::AttributeAxis:
178 if (axis == Step::AttributeAxis) {
338 case AttributeAxis: {
348 if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
359 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))
XPathStep.h 46 AncestorAxis, AncestorOrSelfAxis, AttributeAxis,
XPathPath.cpp 129 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
XPathParser.cpp 79 { "attribute", Step::AttributeAxis },
XPathGrammar.y 248 $$ = Step::AttributeAxis;

Completed in 86 milliseconds