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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpressionNode.cpp 35 EvaluationContext& Expression::evaluationContext()
37 DEFINE_STATIC_LOCAL(EvaluationContext, evaluationContext, ());
38 return evaluationContext;
XPathExpression.cpp 72 EvaluationContext& evaluationContext = Expression::evaluationContext();
73 evaluationContext.node = contextNode;
74 evaluationContext.size = 1;
75 evaluationContext.position = 1;
76 evaluationContext.hadTypeConversionError = false;
78 evaluationContext.node = 0; // Do not hold a reference to the context node, as this may prevent the whole document from being destroyed in time.
80 if (evaluationContext.hadTypeConversionError) {
XPathPath.cpp 59 EvaluationContext& evaluationContext = Expression::evaluationContext();
62 evaluationContext.size = nodes.size();
63 evaluationContext.position = 0;
68 evaluationContext.node = node;
69 ++evaluationContext.position;
93 EvaluationContext& evaluationContext = Expression::evaluationContext();
    [all...]
XPathVariableReference.cpp 42 HashMap<String, String>& bindings = evaluationContext().variableBindings;
XPathValue.cpp 46 Expression::evaluationContext().hadTypeConversionError = true;
59 Expression::evaluationContext().hadTypeConversionError = true;
XPathStep.cpp 119 EvaluationContext& evaluationContext = Expression::evaluationContext();
120 evaluationContext.position = 0;
135 evaluationContext.node = node;
136 evaluationContext.size = nodes.size();
137 evaluationContext.position = j + 1;
222 EvaluationContext& evaluationContext = Expression::evaluationContext();
    [all...]
XPathFunctions.cpp 308 return Expression::evaluationContext().size;
313 return Expression::evaluationContext().position;
333 TreeScope& contextScope = evaluationContext().node->treeScope();
390 return expandedNameLocalPart(evaluationContext().node.get());
404 return evaluationContext().node->namespaceURI().string();
418 return expandedName(evaluationContext().node.get());
431 return Value(Expression::evaluationContext().node.get()).toString();
533 return Value(Expression::evaluationContext().node.get()).toString().length();
540 String s = Value(Expression::evaluationContext().node.get()).toString();
588 Node* node = evaluationContext().node.get()
    [all...]
XPathExpressionNode.h 40 struct EvaluationContext {
59 static EvaluationContext& evaluationContext();
  /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.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 
  /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 214 milliseconds