Home
last modified time | relevance | path

Searched refs:toBool (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dxpath.c11863 int toBool) in xmlXPathNodeCollectAndTest() argument
12091 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0; in xmlXPathNodeCollectAndTest()
12351 if (toBool) in xmlXPathNodeCollectAndTest()
12446 if (toBool) in xmlXPathNodeCollectAndTest()
14030 xmlXPathObjectPtr *resultSeq, int toBool) in xmlXPathRunStreamEval() argument
14058 if (! toBool) { in xmlXPathRunStreamEval()
14072 if (toBool) in xmlXPathRunStreamEval()
14078 if (toBool) in xmlXPathRunStreamEval()
14138 if (toBool) in xmlXPathRunStreamEval()
14166 if (toBool) in xmlXPathRunStreamEval()
[all …]
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp797 QCOMPARE(m_myObject->variantProperty().toBool(), true); in getSetStaticProperty()
985 QCOMPARE(m_myObject->qtFunctionActuals().at(0).toBool(), true); in Q_DECLARE_METATYPE()
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp669 … return mainFrame()->evaluateJavaScript("window.getSelection().getRangeAt(0).collapsed").toBool(); in isSelectionCollapsed()
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp759 return jsBoolean(variant.toBool()); in convertQVariantToValue()
/external/webkit/WebCore/
DChangeLog-2003-10-2513877 (QVariant::toBool): Added Int case, sorted alphabetically.