Home
last modified time | relevance | path

Searched refs:toBoolean (Results 1 – 25 of 87) sorted by relevance

1234

/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptionsFactory.java29 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
33 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
37 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
46 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
50 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
54 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLCanvasElementCustom.cpp66 webGLAttrs->setAlpha(jsAttrs->get(exec, alpha).toBoolean(exec)); in getContext()
69 webGLAttrs->setDepth(jsAttrs->get(exec, depth).toBoolean(exec)); in getContext()
72 webGLAttrs->setStencil(jsAttrs->get(exec, stencil).toBoolean(exec)); in getContext()
75 webGLAttrs->setAntialias(jsAttrs->get(exec, antialias).toBoolean(exec)); in getContext()
78 … webGLAttrs->setPremultipliedAlpha(jsAttrs->get(exec, premultipliedAlpha).toBoolean(exec)); in getContext()
81 … webGLAttrs->setPreserveDrawingBuffer(jsAttrs->get(exec, preserveDrawingBuffer).toBoolean(exec)); in getContext()
DJSDirectoryEntryCustom.cpp66 flags->setCreate(jsCreate.toBoolean(exec)); in getFile()
68 flags->setExclusive(jsExclusive.toBoolean(exec)); in getFile()
112 flags->setCreate(jsCreate.toBoolean(exec)); in getDirectory()
114 flags->setExclusive(jsExclusive.toBoolean(exec)); in getDirectory()
DJSMessageEventCustom.cpp60 bool canBubbleArg = exec->argument(1).toBoolean(exec); in initMessageEvent()
61 bool cancelableArg = exec->argument(2).toBoolean(exec); in initMessageEvent()
DJSDeviceOrientationEventCustom.cpp65 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceOrientationEvent()
66 bool cancelable = exec->argument(2).toBoolean(exec); in initDeviceOrientationEvent()
DJSOptionConstructor.cpp60 bool defaultSelected = (exec->argumentCount() >= 3) && exec->argument(2).toBoolean(exec); in constructHTMLOptionElement()
61 bool selected = (exec->argumentCount() >= 4) && exec->argument(3).toBoolean(exec); in constructHTMLOptionElement()
DJSDirectoryEntrySyncCustom.cpp59 flags->setCreate(jsCreate.toBoolean(exec)); in getFlags()
61 flags->setExclusive(jsExclusive.toBoolean(exec)); in getFlags()
DJSInspectorFrontendHostCustom.cpp112 menuItem->setEnabled(enabled.toBoolean(exec)); in showContextMenu()
114 menuItem->setChecked(checked.toBoolean(exec)); in showContextMenu()
DJSCustomSQLStatementErrorCallback.cpp66 return result.toBoolean(exec); in handleEvent()
DJSDeviceMotionEventCustom.cpp167 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceMotionEvent()
168 bool cancelable = exec->argument(2).toBoolean(exec); in initDeviceMotionEvent()
/external/webkit/Source/WebCore/xml/
DXPathPredicate.cpp145 return compare(lhs.toBoolean(), rhs); in compare()
164 return compare(lhs, rhs.toBoolean()); in compare()
174 equal = lhs.toBoolean() == rhs.toBoolean(); in compare()
225 bool lhsBool = lhs.toBoolean(); in evaluate()
229 return subExpr(1)->evaluate().toBoolean(); in evaluate()
274 …EqTestOp::OP_EQ, createFunction("position"), new Number(result.toNumber())).evaluate().toBoolean(); in evaluate()
276 return result.toBoolean(); in evaluate()
DXPathResult.cpp87 m_value = m_value.toBoolean(); in convertTo()
147 return m_value.toBoolean(); in booleanValue()
DXPathValue.cpp71 bool Value::toBoolean() const in toBoolean() function in WebCore::XPath::Value
/external/webkit/Source/JavaScriptCore/runtime/
DBooleanConstructor.cpp44 obj->setInternalValue(exec->globalData(), jsBoolean(args.at(0).toBoolean(exec))); in constructBoolean()
63 return JSValue::encode(jsBoolean(exec->argument(0).toBoolean(exec))); in callBooleanConstructor()
DRegExpPrototype.cpp132 if (thisObject->get(exec, exec->propertyNames().global).toBoolean(exec)) in regExpProtoFuncToString()
134 if (thisObject->get(exec, exec->propertyNames().ignoreCase).toBoolean(exec)) in regExpProtoFuncToString()
136 if (thisObject->get(exec, exec->propertyNames().multiline).toBoolean(exec)) in regExpProtoFuncToString()
DJSCell.h111 virtual bool toBoolean(ExecState*) const;
287 inline bool JSValue::toBoolean(ExecState* exec) const in toBoolean() function
294 return asCell()->toBoolean(exec); in toBoolean()
DStringObjectThatMasqueradesAsUndefined.h52 virtual bool toBoolean(ExecState*) const { return false; } in toBoolean() function
DJSNotAnObject.h58 virtual bool toBoolean(ExecState*) const;
DJSNotAnObject.cpp52 bool JSNotAnObject::toBoolean(ExecState* exec) const in toBoolean() function in JSC::JSNotAnObject
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.cpp623 m_shell->webView()->setTabKeyCyclesThroughElements(arguments[0].toBoolean()); in setTabKeyCyclesThroughElements()
755 bool blockPopups = arguments[0].toBoolean(); in setPopupBlockingEnabled()
1249 return value.toBoolean(); in cppVariantToBool()
1387 arguments[3].toBoolean()); in addOriginAccessWhitelistEntry()
1406 arguments[3].toBoolean()); in removeOriginAccessWhitelistEntry()
1525 m_shell->drtDevToolsAgent()->setTimelineProfilingEnabled(arguments[0].toBoolean()); in setTimelineProfilingEnabled()
1543 …arguments[1].toBoolean() ? WebView::UserScriptInjectAtDocumentStart : WebView::UserScriptInjectAtD… in addUserScript()
1544 …arguments[2].toBoolean() ? WebView::UserContentInjectInAllFrames : WebView::UserContentInjectInTop… in addUserScript()
1554 …arguments[1].toBoolean() ? WebView::UserContentInjectInAllFrames : WebView::UserContentInjectInTop… in addUserStyleSheet()
1582 …ntation(arguments[0].toBoolean(), arguments[1].toDouble(), arguments[2].toBoolean(), arguments[3].… in setMockDeviceOrientation()
[all …]
DCppVariant.h119 bool toBoolean() const;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dforin-002.js27 this.toBoolean = new Function ( "return Boolean( this.value )" );
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue_generated_totype.cpp901 void tst_QScriptValue::toBoolean() in toBoolean() function in tst_QScriptValue
905 QCOMPARE(value.toBoolean(), expected); in toBoolean()
906 QCOMPARE(value.toBoolean(), expected); in toBoolean()
Dtst_qscriptvalue.h113 void toBoolean();
/external/webkit/Source/JavaScriptGlue/
DUserObjectImp.h53 virtual bool toBoolean(ExecState *exec) const;

1234