/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-cursor-changes.svg | 8 <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/ |
D | SVGPolyElement.h | 35 PassRefPtr<SVGPointListTearOff> pointsFromJavascript() { return m_points->baseVal(); } in pointsFromJavascript()
|
D | SVGViewSpec.h | 51 …ransformListTearOff> transformFromJavascript() { return m_transform ? m_transform->baseVal() : 0; } in transformFromJavascript()
|
D | SVGTextContentElement.cpp | 58 virtual SVGLengthTearOff* baseVal() OVERRIDE in baseVal() function in blink::FINAL 64 return SVGAnimatedLength::baseVal(); in baseVal()
|
D | SVGAnimatedNumber.idl | 32 [RaisesException=Setter] attribute float baseVal;
|
D | SVGAnimatedPreserveAspectRatio.idl | 30 readonly attribute SVGPreserveAspectRatio baseVal;
|
D | SVGAnimatedLengthList.idl | 30 readonly attribute SVGLengthList baseVal;
|
D | SVGAnimatedTransformList.idl | 30 readonly attribute SVGTransformList baseVal;
|
D | SVGAnimatedNumberList.idl | 30 readonly attribute SVGNumberList baseVal;
|
D | SVGAnimatedString.idl | 30 [RaisesException=Setter] attribute DOMString baseVal;
|
D | SVGAnimatedAngle.idl | 30 readonly attribute SVGAngle baseVal;
|
D | SVGAnimatedRect.idl | 30 readonly attribute SVGRect baseVal;
|
D | SVGAnimatedLength.idl | 30 readonly attribute SVGLength baseVal;
|
D | SVGAnimatedEnumeration.idl | 32 [RaisesException=Setter] attribute unsigned short baseVal;
|
D | SVGAnimatedInteger.idl | 31 [RaisesException=Setter] attribute long baseVal;
|
D | SVGAnimatedBoolean.idl | 31 [RaisesException=Setter] attribute boolean baseVal;
|
D | SVGPathElement.h | 86 SVGPathSegListTearOff* pathSegList() { return m_pathSegList->baseVal(); } in pathSegList()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 27 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/ |
D | SVGAnimatedProperty.h | 197 PrimitiveType baseVal() in baseVal() function 267 virtual TearOffType* baseVal() in baseVal() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 243 NonLoc baseVal, CharUnits scaling, in scaleValue() argument 245 return sb.evalBinOpNN(state, BO_Mul, baseVal, in scaleValue()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 1181 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/ |
D | LzmaEncoder.cs | 1183 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/ |
D | es31fShaderIntegerFunctionTests.cpp | 775 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/ |
D | d3.js | 5849 var t = g.transform.baseVal.consolidate();
|