toBoolean          74 Source/core/svg/SVGBoolean.cpp     bool toBoolean = toSVGBoolean(to)->value();
toBoolean          76 Source/core/svg/SVGBoolean.cpp     animationElement->animateDiscreteType<bool>(percentage, fromBoolean, toBoolean, m_value);
toBoolean         583 Source/core/xml/XPathFunctions.cpp     return arg(0)->evaluate().toBoolean();
toBoolean         588 Source/core/xml/XPathFunctions.cpp     return !arg(0)->evaluate().toBoolean();
toBoolean         140 Source/core/xml/XPathPredicate.cpp             return compare(lhs.toBoolean(), rhs);
toBoolean         159 Source/core/xml/XPathPredicate.cpp             return compare(lhs, rhs.toBoolean());
toBoolean         169 Source/core/xml/XPathPredicate.cpp                 equal = lhs.toBoolean() == rhs.toBoolean();
toBoolean         220 Source/core/xml/XPathPredicate.cpp     bool lhsBool = lhs.toBoolean();
toBoolean         224 Source/core/xml/XPathPredicate.cpp     return subExpr(1)->evaluate().toBoolean();
toBoolean         268 Source/core/xml/XPathPredicate.cpp         return EqTestOp(EqTestOp::OP_EQ, adoptPtr(createFunction("position")), adoptPtr(new Number(result.toNumber()))).evaluate().toBoolean();
toBoolean         270 Source/core/xml/XPathPredicate.cpp     return result.toBoolean();
toBoolean          85 Source/core/xml/XPathResult.cpp             m_value = m_value.toBoolean();
toBoolean         145 Source/core/xml/XPathResult.cpp     return m_value.toBoolean();
toBoolean          81 Source/core/xml/XPathValue.h             bool toBoolean() const;