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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedInteger.cpp 45 SVGAnimatedProperty<SVGInteger>::synchronizeAttribute();
SVGInteger.cpp 32 #include "core/svg/SVGInteger.h"
39 SVGInteger::SVGInteger(int value)
44 PassRefPtr<SVGInteger> SVGInteger::clone() const
49 String SVGInteger::valueAsString() const
54 void SVGInteger::setValueAsString(const String& string, ExceptionState& exceptionState)
70 void SVGInteger::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
75 void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
79 RefPtr<SVGInteger> fromInteger = toSVGInteger(from)
    [all...]
SVGAnimatedInteger.h 34 #include "core/svg/SVGInteger.h"
42 class SVGAnimatedInteger : public SVGAnimatedProperty<SVGInteger> {
44 static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
57 SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
58 : SVGAnimatedProperty<SVGInteger>(contextElement, attributeName, initialValue)
SVGInteger.h 40 class SVGInteger : public SVGPropertyHelper<SVGInteger> {
45 static PassRefPtr<SVGInteger> create(int value = 0)
47 return adoptRef(new SVGInteger(value));
50 virtual PassRefPtr<SVGInteger> clone() const;
65 explicit SVGInteger(int);
70 inline PassRefPtr<SVGInteger> toSVGInteger(PassRefPtr<SVGPropertyBase> passBase)
73 ASSERT(base->type() == SVGInteger::classType());
74 return static_pointer_cast<SVGInteger>(base.release());
SVGIntegerOptionalInteger.h 44 static PassRefPtr<SVGIntegerOptionalInteger> create(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger)
61 PassRefPtr<SVGInteger> firstInteger() { return m_firstInteger; }
62 PassRefPtr<SVGInteger> secondInteger() { return m_secondInteger; }
65 SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger);
67 RefPtr<SVGInteger> m_firstInteger;
68 RefPtr<SVGInteger> m_secondInteger;
SVGIntegerOptionalInteger.cpp 39 SVGIntegerOptionalInteger::SVGIntegerOptionalInteger(PassRefPtr<SVGInteger> firstInteger, PassRefPtr<SVGInteger> secondInteger)
55 return SVGIntegerOptionalInteger::create(SVGInteger::create(0), SVGInteger::create(0));
61 return SVGIntegerOptionalInteger::create(SVGInteger::create(x), SVGInteger::create(y));
SVGAnimatedIntegerOptionalInteger.cpp 39 SVGIntegerOptionalInteger::create(SVGInteger::create(initialFirstValue), SVGInteger::create(initialSecondValue)))
SVGFETurbulenceElement.cpp 56 , m_numOctaves(SVGAnimatedInteger::create(this, SVGNames::numOctavesAttr, SVGInteger::create(1)))
SVGFEConvolveMatrixElement.cpp 56 , m_targetX(SVGAnimatedInteger::create(this, SVGNames::targetXAttr, SVGInteger::create()))
57 , m_targetY(SVGAnimatedInteger::create(this, SVGNames::targetYAttr, SVGInteger::create()))
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.darwin-arm64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.darwin-mips.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.darwin-mips64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.darwin-x86.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.darwin-x86_64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-arm.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-arm64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-mips.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-mips64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-x86.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \
webcore_svg.target.linux-x86_64.mk 163 third_party/WebKit/Source/core/svg/SVGInteger.cpp \

Completed in 574 milliseconds