OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evaluationContext
(Results
1 - 9
of
9
) 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
...]
XPathVariableReference.cpp
45
HashMap<String, String>& bindings =
evaluationContext
().variableBindings;
XPathValue.cpp
49
Expression::
evaluationContext
().hadTypeConversionError = true;
62
Expression::
evaluationContext
().hadTypeConversionError = true;
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
...]
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
...]
XPathExpressionNode.h
42
struct
EvaluationContext
{
61
static
EvaluationContext
&
evaluationContext
();
/prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
Completed in 1272 milliseconds