/external/webkit/Source/WebCore/bindings/js/ |
JSAudioContextCustom.cpp | 95 bool mixToMono = exec->argument(1).toBoolean(exec);
|
JSDeviceMotionEventCustom.cpp | 167 bool bubbles = exec->argument(1).toBoolean(exec); 168 bool cancelable = exec->argument(2).toBoolean(exec);
|
JSDataViewCustom.cpp | 76 littleEndian = exec->argument(1).toBoolean(exec);
|
JSGeolocationCustom.cpp | 70 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec));
|
JSXMLHttpRequestCustom.cpp | 89 bool async = exec->argument(2).toBoolean(exec);
|
/external/webkit/Source/WebCore/bridge/objc/ |
objc_runtime.h | 120 virtual bool toBoolean(ExecState*) const;
|
objc_runtime.mm | 270 bool ObjcFallbackObjectImp::toBoolean(ExecState *) const
|
/external/webkit/Source/WebCore/xml/ |
XPathValue.h | 83 bool toBoolean() const;
|
XPathFunctions.cpp | 574 return arg(0)->evaluate().toBoolean(); 579 return !arg(0)->evaluate().toBoolean();
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
EventSender.h | 118 bool isDragMode() { return dragMode.isBool() && dragMode.toBoolean(); }
|
LayoutTestController.cpp | 623 m_shell->webView()->setTabKeyCyclesThroughElements(arguments[0].toBoolean()); 755 bool blockPopups = arguments[0].toBoolean(); [all...] |
CppVariant.cpp | 246 bool CppVariant::toBoolean() const
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RT.java | 201 return Property.toBoolean (property);
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptvalue.h | 121 bool toBoolean() const;
|
qscriptvalue.cpp | 398 rules described in \l{ECMA-262} section 9.2, "ToBoolean". 418 bool QScriptValue::toBoolean() const
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSCell.cpp | 188 bool JSCell::toBoolean(ExecState*) const
|
ObjectConstructor.cpp | 205 desc.setEnumerable(enumerableSlot.getValue(exec, exec->propertyNames().enumerable).toBoolean(exec)); 212 desc.setConfigurable(configurableSlot.getValue(exec, exec->propertyNames().configurable).toBoolean(exec)); 227 desc.setWritable(writableSlot.getValue(exec, exec->propertyNames().writable).toBoolean(exec));
|
ArrayPrototype.cpp | 681 if (result.toBoolean(exec)) 702 if (result.toBoolean(exec)) 801 if (!result.toBoolean(cachedCall.newCallFrame(exec))) 818 bool predicateResult = call(exec, function, callType, callData, applyThis, eachArguments).toBoolean(exec); [all...] |
/external/webkit/Source/WebCore/bridge/c/ |
c_utility.cpp | 83 BOOLEAN_TO_NPVARIANT(value.toBoolean(exec), *result);
|
/libcore/json/src/main/java/org/json/ |
JSONArray.java | 287 Boolean result = JSON.toBoolean(object); 308 Boolean result = JSON.toBoolean(object);
|
JSONObject.java | 376 Boolean result = JSON.toBoolean(object); 397 Boolean result = JSON.toBoolean(object);
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 259 return Property.toBoolean (v);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NPRuntimeObjectMap.cpp | 160 BOOLEAN_TO_NPVARIANT(value.toBoolean(exec), variant);
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 37 public static boolean toBoolean (final String value)
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGOperations.cpp | 240 return JSValue::decode(encodedOp).toBoolean(exec);
|