HomeSort by relevance Sort by last modified time
    Searched full:evaluationcontext (Results 1 - 18 of 18) 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...]
XPathExpressionNode.h 42 struct EvaluationContext {
61 static EvaluationContext& evaluationContext();
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...]
XPathValue.cpp 49 Expression::evaluationContext().hadTypeConversionError = true;
62 Expression::evaluationContext().hadTypeConversionError = true;
XPathVariableReference.cpp 45 HashMap<String, String>& bindings = evaluationContext().variableBindings;
XPathFunctions.cpp 310 return Expression::evaluationContext().size;
315 return Expression::evaluationContext().position;
335 Document* contextDocument = evaluationContext().node->document();
392 return expandedNameLocalPart(evaluationContext().node.get());
406 return evaluationContext().node->namespaceURI().string();
420 return expandedName(evaluationContext().node.get());
433 return Value(Expression::evaluationContext().node.get()).toString();
534 return Value(Expression::evaluationContext().node.get()).toString().length();
541 String s = Value(Expression::evaluationContext().node.get()).toString();
592 Node* node = evaluationContext().node.get()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.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 778 milliseconds