Searched defs:fromInteger (Results 1 – 3 of 3) sorted by relevance
79 RefPtr<SVGInteger> fromInteger = toSVGInteger(from); in calculateAnimatedValue() local
97 RefPtr<SVGIntegerOptionalInteger> fromInteger = toSVGIntegerOptionalInteger(from); in calculateAnimatedValue() local
1039 public static Inet4Address fromInteger(int address) { in fromInteger() method in InetAddresses