Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/ManualTests/
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/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPolyElement.h35 PassRefPtr<SVGPointListTearOff> pointsFromJavascript() { return m_points->baseVal(); } in pointsFromJavascript()
DSVGViewSpec.h51 …ransformListTearOff> transformFromJavascript() { return m_transform ? m_transform->baseVal() : 0; } in transformFromJavascript()
DSVGTextContentElement.cpp58 virtual SVGLengthTearOff* baseVal() OVERRIDE in baseVal() function in blink::FINAL
64 return SVGAnimatedLength::baseVal(); in baseVal()
DSVGAnimatedNumber.idl32 [RaisesException=Setter] attribute float baseVal;
DSVGAnimatedPreserveAspectRatio.idl30 readonly attribute SVGPreserveAspectRatio baseVal;
DSVGAnimatedLengthList.idl30 readonly attribute SVGLengthList baseVal;
DSVGAnimatedTransformList.idl30 readonly attribute SVGTransformList baseVal;
DSVGAnimatedNumberList.idl30 readonly attribute SVGNumberList baseVal;
DSVGAnimatedString.idl30 [RaisesException=Setter] attribute DOMString baseVal;
DSVGAnimatedAngle.idl30 readonly attribute SVGAngle baseVal;
DSVGAnimatedRect.idl30 readonly attribute SVGRect baseVal;
DSVGAnimatedLength.idl30 readonly attribute SVGLength baseVal;
DSVGAnimatedEnumeration.idl32 [RaisesException=Setter] attribute unsigned short baseVal;
DSVGAnimatedInteger.idl31 [RaisesException=Setter] attribute long baseVal;
DSVGAnimatedBoolean.idl31 [RaisesException=Setter] attribute boolean baseVal;
DSVGPathElement.h86 SVGPathSegListTearOff* pathSegList() { return m_pathSegList->baseVal(); } in pathSegList()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); in VisitLvalObjCIvarRefExpr() local
28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.h197 PrimitiveType baseVal() in baseVal() function
267 virtual TearOffType* baseVal() in baseVal() function
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp243 NonLoc baseVal, CharUnits scaling, in scaleValue() argument
245 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1181 int baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock() local
1182 int posReduced = pos - baseVal; in CodeOneBlock()
1186 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock()
1320 int baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() local
1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1183 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in CodeOneBlock()
1184 UInt32 posReduced = pos - baseVal; in CodeOneBlock()
1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced); in CodeOneBlock()
1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices()
1322 baseVal - posSlot - 1, footerBits, i - baseVal); in FillDistancesPrices()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp775 const deUint32 baseVal = (offset == 32) ? (0) : ((value >> offset) & valMask); in compare() local
776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); in compare()
/external/chromium_org/third_party/d3/src/
Dd3.js5849 var t = g.transform.baseVal.consolidate();