HomeSort by relevance Sort by last modified time
    Searched defs:evaluationContext (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathExpressionNode.cpp 38 EvaluationContext& Expression::evaluationContext()
40 DEFINE_STATIC_LOCAL(EvaluationContext, evaluationContext, ());
41 return evaluationContext;
XPathExpression.cpp 69 EvaluationContext& evaluationContext = Expression::evaluationContext();
70 evaluationContext.node = contextNode;
71 evaluationContext.size = 1;
72 evaluationContext.position = 1;
73 evaluationContext.hadTypeConversionError = false;
75 evaluationContext.node = 0; // Do not hold a reference to the context node, as this may prevent the whole document from being destroyed in time.
77 if (evaluationContext.hadTypeConversionError) {
XPathPath.cpp 62 EvaluationContext& evaluationContext = Expression::evaluationContext();
65 evaluationContext.size = nodes.size();
66 evaluationContext.position = 0;
71 evaluationContext.node = node;
72 ++evaluationContext.position;
96 EvaluationContext& evaluationContext = Expression::evaluationContext();
    [all...]
XPathStep.cpp 116 EvaluationContext& evaluationContext = Expression::evaluationContext();
117 evaluationContext.position = 0;
132 evaluationContext.node = node;
133 evaluationContext.size = nodes.size();
134 evaluationContext.position = j + 1;
217 EvaluationContext& evaluationContext = Expression::evaluationContext();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 44 milliseconds