BooleanValue 99 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp V8TRYCATCH_VOID(bool, defaultUndefinedOptionalBooleanArg, info[1]->BooleanValue()); BooleanValue 256 Source/bindings/tests/results/V8TestInterfaceNode.cpp V8TRYCATCH_VOID(bool, optionalBooleanArgument, info[0]->BooleanValue()); BooleanValue 274 Source/bindings/tests/results/V8TestInterfaceNode.cpp V8TRYCATCH_VOID(bool, optionalBooleanArgument, info[0]->BooleanValue()); BooleanValue 240 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(bool, cppValue, v8Value->BooleanValue()); BooleanValue 3130 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(bool, cppValue, v8Value->BooleanValue()); BooleanValue 4534 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(bool, booleanArg, info[0]->BooleanValue()); BooleanValue 6924 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(bool, optionalBooleanArg, info[0]->BooleanValue()); BooleanValue 7013 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(bool, optionalBooleanArg, info[0]->BooleanValue()); BooleanValue 81 Source/bindings/v8/ScriptValue.cpp return JSONBasicValue::create(value->BooleanValue()); BooleanValue 161 Source/bindings/v8/V8AbstractEventListener.cpp return returnValue->IsBoolean() && !returnValue->BooleanValue(); BooleanValue 95 Source/bindings/v8/V8ErrorHandler.cpp return returnValue->IsBoolean() && returnValue->BooleanValue(); BooleanValue 60 Source/bindings/v8/V8NPUtils.cpp BOOLEAN_TO_NPVARIANT(object->BooleanValue(), *result); BooleanValue 87 Source/bindings/v8/custom/V8CustomEventCustom.cpp V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); BooleanValue 88 Source/bindings/v8/custom/V8CustomEventCustom.cpp V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); BooleanValue 80 Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue()); BooleanValue 108 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp bool bubbles = info[1]->BooleanValue(); BooleanValue 109 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp bool cancelable = info[2]->BooleanValue(); BooleanValue 39 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp bool bubbles = info[1]->BooleanValue(); BooleanValue 40 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp bool cancelable = info[2]->BooleanValue(); BooleanValue 50 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp bool absolute = info[6]->BooleanValue(); BooleanValue 65 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setAlpha(jsAttributes->Get(alpha)->BooleanValue()); BooleanValue 68 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setDepth(jsAttributes->Get(depth)->BooleanValue()); BooleanValue 71 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue()); BooleanValue 74 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setAntialias(jsAttributes->Get(antialias)->BooleanValue()); BooleanValue 77 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setPremultipliedAlpha(jsAttributes->Get(premultipliedAlpha)->BooleanValue()); BooleanValue 80 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setPreserveDrawingBuffer(jsAttributes->Get(preserveDrawingBuffer)->BooleanValue()); BooleanValue 83 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp webGLAttributes->setFailIfMajorPerformanceCaveat(jsAttributes->Get(failIfMajorPerformanceCaveat)->BooleanValue()); BooleanValue 92 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp canvas2DAttributes->setAlpha(jsAttributes->Get(alpha)->BooleanValue()); BooleanValue 140 Source/bindings/v8/custom/V8MessageEventCustom.cpp V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); BooleanValue 141 Source/bindings/v8/custom/V8MessageEventCustom.cpp V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); BooleanValue 770 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp bool transpose = info[1]->BooleanValue(); BooleanValue 180 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp bool async = info[2]->BooleanValue(); BooleanValue 138 Source/core/inspector/JavaScriptCallFrame.cpp return result->BooleanValue(); BooleanValue 134 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 139 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 178 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 183 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 188 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 193 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 198 Source/core/xml/XPathFunctions.cpp virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 82 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 93 Source/core/xml/XPathPredicate.h virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; } BooleanValue 46 Source/core/xml/XPathResult.cpp case Value::BooleanValue: BooleanValue 73 Source/core/xml/XPathValue.cpp case BooleanValue: BooleanValue 108 Source/core/xml/XPathValue.cpp case BooleanValue: BooleanValue 132 Source/core/xml/XPathValue.cpp case BooleanValue: BooleanValue 75 Source/core/xml/XPathValue.h bool isBoolean() const { return m_type == BooleanValue; } BooleanValue 94 Source/core/xml/XPathValue.h : m_type(BooleanValue)