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

  /external/webkit/WebCore/xml/
XPathPredicate.h 49 class StringExpression : public Expression {
51 StringExpression(const String&);
XPathPredicate.cpp 54 StringExpression::StringExpression(const String& value)
59 Value StringExpression::evaluate() const
XPathGrammar.y 353 $$ = new StringExpression(*$1);

Completed in 1253 milliseconds