HomeSort by relevance Sort by last modified time
    Searched refs:toSVGInteger (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGInteger.cpp 72 setValue(m_value + toSVGInteger(other)->value());
79 RefPtr<SVGInteger> fromInteger = toSVGInteger(from);
80 RefPtr<SVGInteger> toInteger = toSVGInteger(to);
81 RefPtr<SVGInteger> toAtEndOfDurationInteger = toSVGInteger(toAtEndOfDuration);
90 return abs(m_value - toSVGInteger(other)->value());
SVGInteger.h 70 inline PassRefPtr<SVGInteger> toSVGInteger(PassRefPtr<SVGPropertyBase> passBase)

Completed in 154 milliseconds