Searched defs:firstInteger (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedIntegerOptionalInteger.h42 // From Javascript, the two SVGAnimatedIntegers |firstInteger| and |secondInteger| are used.
55 SVGAnimatedInteger* firstInteger() { return m_firstInteger.get(); } function in class:blink::SVGAnimatedIntegerOptionalInteger
H A DSVGIntegerOptionalInteger.h44 static PassRefPtr<SVGIntegerOptionalInteger> create(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger) argument
46 return adoptRef(new SVGIntegerOptionalInteger(firstInteger, secondInteger));
61 PassRefPtr<SVGInteger> firstInteger() { return m_firstInteger; } function in class:blink::SVGIntegerOptionalInteger
65 SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger);
H A DSVGIntegerOptionalInteger.cpp39 SVGIntegerOptionalInteger::SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger) argument
41 , m_firstInteger(firstInteger)
103 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger->firstInteger()->value(), toInteger->firstInteger()->value(), toAtEndOfDurationInteger->firstInteger()->value(), x);

Completed in 86 milliseconds