Home
last modified time | relevance | path

Searched refs:baseVal (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/manual-tests/
Dsvg-cursor-changes.svg8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="7…
17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="…
27 <circle onclick="document.getElementById('mycursor5').href.baseVal = 'resources/webkit-background.p…
/external/llvm/lib/MC/MCDisassembler/
DEDOperand.cpp184 uint64_t baseVal; in evaluate() local
185 if (callback(&baseVal, baseReg, arg)) in evaluate()
187 addr += baseVal; in evaluate()
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedTransformListPropertyTearOff.h32 SVGProperty* baseVal() in baseVal() function
DSVGAnimatedStaticPropertyTearOff.h31 PropertyType& baseVal() in baseVal() function
DSVGAnimatedPropertyTearOff.h32 SVGProperty* baseVal() in baseVal() function
DSVGAnimatedPathSegListPropertyTearOff.h34 SVGProperty* baseVal(SVGPathSegRole role) in baseVal() function
DSVGAnimatedListPropertyTearOff.h40 SVGProperty* baseVal() in baseVal() function
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp223 NonLoc baseVal, CharUnits scaling, in scaleValue() argument
225 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
/external/webkit/Source/WebCore/svg/
DSVGAnimatedTransformList.idl29 readonly attribute SVGTransformList baseVal;
DSVGPolyElement.cpp139 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->baseVal()); in points()
DSVGAnimatedRect.idl29 readonly attribute SVGRect baseVal;
DSVGAnimatedLengthList.idl29 readonly attribute SVGLengthList baseVal;
DSVGAnimatedNumber.idl30 attribute [StrictTypeChecking] float baseVal;
DSVGAnimatedAngle.idl29 readonly attribute SVGAngle baseVal;
DSVGAnimatedNumberList.idl29 readonly attribute SVGNumberList baseVal;
DSVGAnimatedLength.idl29 readonly attribute SVGLength baseVal;
DSVGAnimatedString.idl29 attribute DOMString baseVal
DSVGAnimatedPreserveAspectRatio.idl29 readonly attribute SVGPreserveAspectRatio baseVal;
DSVGAnimatedEnumeration.idl29 attribute [StrictTypeChecking] unsigned short baseVal;
DSVGAnimatedInteger.idl29 attribute [StrictTypeChecking] long baseVal;
DSVGAnimatedBoolean.idl29 attribute [StrictTypeChecking] boolean baseVal;
DSVGPathElement.cpp296 …return static_cast<SVGPathSegListPropertyTearOff*>(m_animatablePathSegList->baseVal(PathSegUnalter… in pathSegList()
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp555 unsigned baseVal = currentInstruction[1].u.operand; in emit_op_check_has_instance() local
557 emitLoadPayload(baseVal, regT0); in emit_op_check_has_instance()
560 emitJumpSlowCaseIfNotJSCell(baseVal); in emit_op_check_has_instance()
571 unsigned baseVal = currentInstruction[3].u.operand; in emit_op_instanceof() local
577 emitLoadPayload(baseVal, regT0); in emit_op_instanceof()
616 unsigned baseVal = currentInstruction[1].u.operand; in emitSlow_op_check_has_instance() local
618 linkSlowCaseIfNotJSCell(iter, baseVal); in emitSlow_op_check_has_instance()
622 stubCall.addArgument(baseVal); in emitSlow_op_check_has_instance()
630 unsigned baseVal = currentInstruction[3].u.operand; in emitSlow_op_instanceof() local
640 stubCall.addArgument(baseVal); in emitSlow_op_instanceof()
DJITOpcodes.cpp373 unsigned baseVal = currentInstruction[1].u.operand; in emit_op_check_has_instance() local
375 emitGetVirtualRegister(baseVal, regT0); in emit_op_check_has_instance()
378 emitJumpSlowCaseIfNotJSCell(regT0, baseVal); in emit_op_check_has_instance()
389 unsigned baseVal = currentInstruction[3].u.operand; in emit_op_instanceof() local
395 emitGetVirtualRegister(baseVal, regT0); in emit_op_instanceof()
1477 unsigned baseVal = currentInstruction[1].u.operand; in emitSlow_op_check_has_instance() local
1479 linkSlowCaseIfNotJSCell(iter, baseVal); in emitSlow_op_check_has_instance()
1482 stubCall.addArgument(baseVal, regT2); in emitSlow_op_check_has_instance()
1490 unsigned baseVal = currentInstruction[3].u.operand; in emitSlow_op_instanceof() local
1499 stubCall.addArgument(baseVal, regT2); in emitSlow_op_instanceof()
DJITStubs.cpp1831 JSValue baseVal = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
1837 …ASSERT(!baseVal.isObject() || !(typeInfo = asObject(baseVal)->structure()->typeInfo()).implementsH… in DEFINE_STUB_FUNCTION()
1839 stackFrame.globalData->exception = createInvalidParamError(callFrame, "instanceof", baseVal); in DEFINE_STUB_FUNCTION()
1849 JSValue baseVal = stackFrame.args[1].jsValue(); in DEFINE_STUB_FUNCTION() local
1853 ASSERT(!value.isCell() || !baseVal.isCell() || !proto.isCell() in DEFINE_STUB_FUNCTION()
1854 || !value.isObject() || !baseVal.isObject() || !proto.isObject() in DEFINE_STUB_FUNCTION()
1855 …|| (asObject(baseVal)->structure()->typeInfo().flags() & (ImplementsHasInstance | OverridesHasInst… in DEFINE_STUB_FUNCTION()
1861 …if (!baseVal.isObject() || !(typeInfo = asObject(baseVal)->structure()->typeInfo()).implementsHasI… in DEFINE_STUB_FUNCTION()
1862 …Frame.globalData->exception = createInvalidParamError(stackFrame.callFrame, "instanceof", baseVal); in DEFINE_STUB_FUNCTION()
1877 JSValue result = jsBoolean(asObject(baseVal)->hasInstance(callFrame, value, proto)); in DEFINE_STUB_FUNCTION()
[all …]

12