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/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/
DSVGAnimatedTransformListPropertyTearOff.h31 virtual SVGListPropertyTearOff<SVGTransformList>* baseVal() in baseVal() function
DSVGAnimatedStaticPropertyTearOff.h34 PropertyType& baseVal() in baseVal() function
DSVGAnimatedPropertyTearOff.h47 PropertyTearOff* baseVal() in baseVal() function
DSVGAnimatedPathSegListPropertyTearOff.h34 virtual SVGListProperty<SVGPathSegList>* baseVal() in baseVal() function
DSVGAnimatedListPropertyTearOff.h50 virtual ListProperty* 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/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedInteger.idl27 [StrictTypeChecking, RaisesException=Setter] attribute long baseVal;
DSVGAnimatedPreserveAspectRatio.idl27 readonly attribute SVGPreserveAspectRatio baseVal;
DSVGAnimatedLengthList.idl27 readonly attribute SVGLengthList baseVal;
DSVGAnimatedString.idl27 [RaisesException=Setter] attribute DOMString baseVal;
DSVGAnimatedNumberList.idl27 readonly attribute SVGNumberList baseVal;
DSVGAnimatedAngle.idl27 readonly attribute SVGAngle baseVal;
DSVGAnimatedBoolean.idl27 [StrictTypeChecking, RaisesException=Setter] attribute boolean baseVal;
DSVGAnimatedTransformList.idl27 readonly attribute SVGTransformList baseVal;
DSVGAnimatedRect.idl27 readonly attribute SVGRect baseVal;
DSVGAnimatedLength.idl27 readonly attribute SVGLength baseVal;
DSVGAnimatedEnumeration.idl27 [StrictTypeChecking, RaisesException=Setter] attribute unsigned short baseVal;
DSVGAnimatedNumber.idl28 [StrictTypeChecking, RaisesException=Setter] attribute float baseVal;
DSVGPolyElement.cpp156 …ntList>*>(static_pointer_cast<SVGAnimatedPointList>(lookupOrCreatePointsWrapper(this))->baseVal()); in points()
DSVGPathElement.cpp336 …atic_pointer_cast<SVGAnimatedPathSegListPropertyTearOff>(lookupOrCreateDWrapper(this))->baseVal()); in pathSegList()
/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()