Searched refs:baseVal (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedAngle.idl30 readonly attribute SVGAngle baseVal;
H A DSVGAnimatedBoolean.idl31 [RaisesException=Setter] attribute boolean baseVal;
H A DSVGAnimatedInteger.idl31 [RaisesException=Setter] attribute long baseVal;
H A DSVGAnimatedLength.idl30 readonly attribute SVGLength baseVal;
H A DSVGAnimatedLengthList.idl30 readonly attribute SVGLengthList baseVal;
H A DSVGAnimatedNumber.idl32 [RaisesException=Setter] attribute float baseVal;
H A DSVGAnimatedNumberList.idl30 readonly attribute SVGNumberList baseVal;
H A DSVGAnimatedPreserveAspectRatio.idl30 readonly attribute SVGPreserveAspectRatio baseVal;
H A DSVGAnimatedRect.idl30 readonly attribute SVGRect baseVal;
H A DSVGAnimatedString.idl30 [RaisesException=Setter] attribute DOMString baseVal;
H A DSVGAnimatedTransformList.idl30 readonly attribute SVGTransformList baseVal;
H A DSVGAnimatedEnumeration.idl32 [RaisesException=Setter] attribute unsigned short baseVal;
H A DSVGPolyElement.h35 PassRefPtr<SVGPointListTearOff> pointsFromJavascript() { return m_points->baseVal(); }
H A DSVGViewSpec.h51 PassRefPtr<SVGTransformListTearOff> transformFromJavascript() { return m_transform ? m_transform->baseVal() : 0; }
H A DSVGTextContentElement.cpp58 virtual SVGLengthTearOff* baseVal() OVERRIDE
64 return SVGAnimatedLength::baseVal();
H A DSVGPathElement.h86 SVGPathSegListTearOff* pathSegList() { return m_pathSegList->baseVal(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h195 // baseVal()/setBaseVal()/animVal() are only to be used from SVG DOM implementation.
197 PrimitiveType baseVal() function in class:blink::SVGAnimatedProperty
265 // baseVal()/animVal() are only to be used from SVG DOM implementation.
267 virtual TearOffType* baseVal() function in class:blink::SVGAnimatedProperty
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp243 NonLoc baseVal, CharUnits scaling,
245 return sb.evalBinOpNN(state, BO_Mul, baseVal,
242 scaleValue(ProgramStateRef state, NonLoc baseVal, CharUnits scaling, SValBuilder &sb) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); local
28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1183 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);
1184 UInt32 posReduced = pos - baseVal;
1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced);
1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);
1322 baseVal - posSlot - 1, footerBits, i - baseVal);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1181 int baseVal = ((2 | (posSlot & 1)) << footerBits);
1182 int posReduced = pos - baseVal;
1186 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced);
1320 int baseVal = ((2 | (posSlot & 1)) << footerBits);
1322 baseVal - posSlot - 1, footerBits, i - baseVal);
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp775 const deUint32 baseVal = (offset == 32) ? (0) : ((value >> offset) & valMask); local
776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4804 milliseconds