HomeSort by relevance Sort by last modified time
    Searched defs:isBool (Results 1 - 7 of 7) sorted by null

  /external/chromium/webkit/glue/
cpp_variant.h 81 bool isBool() const { return (type == NPVariantType_Bool); }
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.h 104 bool isBool() const { return (type == NPVariantType_Bool); }
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 145 bool isBool = !strcmp(rtd.type->c_name, "bool");
146 write(string(" return ") + genInitValue(val, isBool) + ";");
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 243 bool QScriptValue::isBool() const
245 return d_ptr->isBool();
251 Use isBool() instead.
257 return d_ptr->isBool();
406 \sa isBool()
qscriptvalue_p.h 97 inline bool isBool();
333 bool QScriptValuePrivate::isBool()
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_istype.cpp 216 void tst_QScriptValue::isBool()
220 QCOMPARE(value.isBool(), expected);
221 QCOMPARE(value.isBool(), expected);
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 55 void isBool();
194 void tst_QScriptValue::isBool()
198 value.isBool();

Completed in 216 milliseconds