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

  /external/webkit/Source/WebCore/xml/
XPathPredicate.h 90 class LogicalOp : public Expression {
93 LogicalOp(Opcode, Expression* lhs, Expression* rhs);
XPathPredicate.cpp 204 LogicalOp::LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs)
211 bool LogicalOp::shortCircuitOn() const
219 Value LogicalOp::evaluate() const
XPathGrammar.y 469 $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
481 $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);

Completed in 44 milliseconds