Home
last modified time | relevance | path

Searched defs:fromInteger (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGInteger.cpp79 RefPtr<SVGInteger> fromInteger = toSVGInteger(from); in calculateAnimatedValue() local
DSVGIntegerOptionalInteger.cpp97 RefPtr<SVGIntegerOptionalInteger> fromInteger = toSVGIntegerOptionalInteger(from); in calculateAnimatedValue() local
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java1039 public static Inet4Address fromInteger(int address) { in fromInteger() method in InetAddresses