Searched defs:evaluationContext (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.cpp129 void Step::evaluate(EvaluationContext& evaluationContext, Node* context, NodeSet& nodes) const argument
131 evaluationContext.position = 0;
133 nodesInAxis(evaluationContext, context, nodes);
146 evaluationContext.node = node;
147 evaluationContext.size = nodes.size();
148 evaluationContext.position = j + 1;
149 if (predicate->evaluate(evaluationContext))
234 static inline bool nodeMatches(EvaluationContext& evaluationContext, Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
240 ++evaluationContext.position;
246 evaluationContext
258 nodesInAxis(EvaluationContext& evaluationContext, Node* context, NodeSet& nodes) const argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 115 milliseconds