Home
last modified time | relevance | path

Searched defs:toNumber (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dstr-to-num.js28 function toNumber(val) { function
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExpressionContext.java60 public double toNumber(Node n); in toNumber() method
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathValue.cpp92 double Value::toNumber() const in toNumber() function in WebCore::XPath::Value
/external/chromium_org/third_party/WebKit/Source/core/animation/
DInterpolableValue.cpp14 const InterpolableNumber* toNumber = toInterpolableNumber(&to); in interpolate() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGNumberOptionalNumber.cpp95 RefPtr<SVGNumberOptionalNumber> toNumber = toSVGNumberOptionalNumber(to); in calculateAnimatedValue() local
DSVGNumber.cpp112 RefPtr<SVGNumber> toNumber = toSVGNumber(to); in calculateAnimatedValue() local
DSVGAnimationElement.h116 …tiveNumber(float percentage, unsigned repeatCount, float fromNumber, float toNumber, float toAtEnd… in animateAdditiveNumber()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java1129 public double toNumber(org.w3c.dom.Node n) in toNumber() method in XPathContext.XPathExpressionContext
/external/chromium_org/third_party/polymer/platform/
Dplatform.js32 …rn a()}catch(b){return!1}}function isIndex(a){return+a===a>>>0}function toNumber(a){return+a}funct… function
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js107 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpty(a)?NaN:b};goog.st… function
DchromeVoxChromePageScript.js75 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpty(a)?NaN:b};goog.st… function
DchromeVoxChromeBackgroundScript.js46 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpty(a)?NaN:b};goog.st… function