Searched refs:secondInteger (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGIntegerOptionalInteger.h44 static PassRefPtr<SVGIntegerOptionalInteger> create(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger) argument
46 return adoptRef(new SVGIntegerOptionalInteger(firstInteger, secondInteger));
62 PassRefPtr<SVGInteger> secondInteger() { return m_secondInteger; } function in class:blink::SVGIntegerOptionalInteger
65 SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger);
H A DSVGAnimatedIntegerOptionalInteger.cpp41 , m_secondInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->secondInteger()))
51 m_secondInteger->setAnimatedValue(currentValue()->secondInteger());
H A DSVGIntegerOptionalInteger.cpp39 SVGIntegerOptionalInteger::SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger) argument
42 , m_secondInteger(secondInteger)
104 animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger->secondInteger()->value(), toInteger->secondInteger()->value(), toAtEndOfDurationInteger->secondInteger()->value(), y);
H A DSVGAnimatedIntegerOptionalInteger.h42 // From Javascript, the two SVGAnimatedIntegers |firstInteger| and |secondInteger| are used.
56 SVGAnimatedInteger* secondInteger() { return m_secondInteger.get(); } function in class:blink::SVGAnimatedIntegerOptionalInteger
H A DSVGFEConvolveMatrixElement.h51 SVGAnimatedInteger* orderY() { return m_order->secondInteger(); }
H A DSVGFilterElement.h56 SVGAnimatedInteger* filterResY() { return m_filterRes->secondInteger(); }

Completed in 97 milliseconds