Searched refs:isBool (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp279 if (arguments.size() > 0 && arguments[0].isBool())
353 if (arguments.size() > 0 && arguments[0].isBool())
622 if (arguments.size() > 0 && arguments[0].isBool())
634 if (arguments.size() > 0 && arguments[0].isBool())
648 if (arguments.size() > 0 && arguments[0].isBool())
689 if (arguments.size() > 0 && arguments[0].isBool())
696 if (arguments.size() > 0 && arguments[0].isBool()) {
716 if (arguments.size() > 0 && arguments[0].isBool()) {
754 if (arguments.size() > 0 && arguments[0].isBool()) {
801 if (arguments.size() > 0 && arguments[0].isBool()) {
[all...]
H A DCppVariant.h104 bool isBool() const { return (type == NPVariantType_Bool); } function in class:CppVariant
H A DEventSender.h118 bool isDragMode() { return dragMode.isBool() && dragMode.toBoolean(); }
H A DCppVariant.cpp248 ASSERT(isBool());
/external/chromium/webkit/glue/
H A Dcpp_variant.h81 bool isBool() const { return (type == NPVariantType_Bool); } function in class:CppVariant
H A Dcpp_variant_unittest.cc352 EXPECT_FALSE(cpp.isBool());
362 EXPECT_TRUE(cpp.isBool());
373 EXPECT_FALSE(cpp.isBool());
384 EXPECT_FALSE(cpp.isBool());
395 EXPECT_FALSE(cpp.isBool());
406 EXPECT_FALSE(cpp.isBool());
418 EXPECT_FALSE(cpp.isBool());
484 EXPECT_TRUE(cpp_vector[1].isBool());
H A Dcpp_binding_example.cc75 if (arg1.isBool())
H A Dcpp_variant.cc210 DCHECK(isBool());
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.h74 void isBool();
H A Dtst_qscriptvalue_generated_istype.cpp216 void tst_QScriptValue::isBool() function in class:tst_QScriptValue
220 QCOMPARE(value.isBool(), expected);
221 QCOMPARE(value.isBool(), expected);
H A Dtst_qscriptvalue.cpp59 QCOMPARE(v.isBool(), true);
167 QCOMPARE(v.isBool(), true);
244 QVERIFY(QScriptValue(0, false).isBool());
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp243 bool QScriptValue::isBool() const function in class:QScriptValue
245 return d_ptr->isBool();
251 Use isBool() instead.
257 return d_ptr->isBool();
406 \sa isBool()
H A Dqscriptvalue.h106 bool isBool() const;
H A Dqscriptvalue_p.h97 inline bool isBool();
333 bool QScriptValuePrivate::isBool() function in class:QScriptValuePrivate
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp55 void isBool();
194 void tst_QScriptValue::isBool() function in class:tst_QScriptValue
198 value.isBool();

Completed in 191 milliseconds