/external/emma/core/java12/com/vladium/emma/data/ |
D | CoverageOptionsFactory.java | 29 … 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/ |
D | JSHTMLCanvasElementCustom.cpp | 66 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()
|
D | JSDirectoryEntryCustom.cpp | 66 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()
|
D | JSMessageEventCustom.cpp | 60 bool canBubbleArg = exec->argument(1).toBoolean(exec); in initMessageEvent() 61 bool cancelableArg = exec->argument(2).toBoolean(exec); in initMessageEvent()
|
D | JSDeviceOrientationEventCustom.cpp | 65 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceOrientationEvent() 66 bool cancelable = exec->argument(2).toBoolean(exec); in initDeviceOrientationEvent()
|
D | JSOptionConstructor.cpp | 60 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()
|
D | JSDirectoryEntrySyncCustom.cpp | 59 flags->setCreate(jsCreate.toBoolean(exec)); in getFlags() 61 flags->setExclusive(jsExclusive.toBoolean(exec)); in getFlags()
|
D | JSInspectorFrontendHostCustom.cpp | 112 menuItem->setEnabled(enabled.toBoolean(exec)); in showContextMenu() 114 menuItem->setChecked(checked.toBoolean(exec)); in showContextMenu()
|
D | JSCustomSQLStatementErrorCallback.cpp | 66 return result.toBoolean(exec); in handleEvent()
|
D | JSDeviceMotionEventCustom.cpp | 167 bool bubbles = exec->argument(1).toBoolean(exec); in initDeviceMotionEvent() 168 bool cancelable = exec->argument(2).toBoolean(exec); in initDeviceMotionEvent()
|
/external/webkit/Source/WebCore/xml/ |
D | XPathPredicate.cpp | 145 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()
|
D | XPathResult.cpp | 87 m_value = m_value.toBoolean(); in convertTo() 147 return m_value.toBoolean(); in booleanValue()
|
D | XPathValue.cpp | 71 bool Value::toBoolean() const in toBoolean() function in WebCore::XPath::Value
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | BooleanConstructor.cpp | 44 obj->setInternalValue(exec->globalData(), jsBoolean(args.at(0).toBoolean(exec))); in constructBoolean() 63 return JSValue::encode(jsBoolean(exec->argument(0).toBoolean(exec))); in callBooleanConstructor()
|
D | RegExpPrototype.cpp | 132 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()
|
D | JSCell.h | 111 virtual bool toBoolean(ExecState*) const; 287 inline bool JSValue::toBoolean(ExecState* exec) const in toBoolean() function 294 return asCell()->toBoolean(exec); in toBoolean()
|
D | StringObjectThatMasqueradesAsUndefined.h | 52 virtual bool toBoolean(ExecState*) const { return false; } in toBoolean() function
|
D | JSNotAnObject.h | 58 virtual bool toBoolean(ExecState*) const;
|
D | JSNotAnObject.cpp | 52 bool JSNotAnObject::toBoolean(ExecState* exec) const in toBoolean() function in JSC::JSNotAnObject
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.cpp | 623 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 …]
|
D | CppVariant.h | 119 bool toBoolean() const;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | forin-002.js | 27 this.toBoolean = new Function ( "return Boolean( this.value )" );
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue_generated_totype.cpp | 901 void tst_QScriptValue::toBoolean() in toBoolean() function in tst_QScriptValue 905 QCOMPARE(value.toBoolean(), expected); in toBoolean() 906 QCOMPARE(value.toBoolean(), expected); in toBoolean()
|
D | tst_qscriptvalue.h | 113 void toBoolean();
|
/external/webkit/Source/JavaScriptGlue/ |
D | UserObjectImp.h | 53 virtual bool toBoolean(ExecState *exec) const;
|