Searched defs:m_firstInteger (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedIntegerOptionalInteger.h55 SVGAnimatedInteger* firstInteger() { return m_firstInteger.get(); }
61 RefPtr<SVGAnimatedInteger> m_firstInteger; member in class:WebCore::SVGAnimatedIntegerOptionalInteger
H A DSVGIntegerOptionalInteger.h61 PassRefPtr<SVGInteger> firstInteger() { return m_firstInteger; }
67 RefPtr<SVGInteger> m_firstInteger; member in class:WebCore::SVGIntegerOptionalInteger

Completed in 113 milliseconds