Home
last modified time | relevance | path

Searched refs:SVGBoolean (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGBoolean.h38 class SVGBoolean : public SVGPropertyHelper<SVGBoolean> {
44 static PassRefPtr<SVGBoolean> create(bool value = false)
46 return adoptRef(new SVGBoolean(value));
49 PassRefPtr<SVGBoolean> clone() const { return create(m_value); } in clone()
64 SVGBoolean(bool value) in SVGBoolean() function
72 inline PassRefPtr<SVGBoolean> toSVGBoolean(PassRefPtr<SVGPropertyBase> passBase) in toSVGBoolean()
75 ASSERT(base->type() == SVGBoolean::classType()); in toSVGBoolean()
76 return static_pointer_cast<SVGBoolean>(base.release()); in toSVGBoolean()
DSVGBoolean.cpp42 String SVGBoolean::valueAsString() const in valueAsString()
47 void SVGBoolean::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString()
58 void SVGBoolean::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, un… in calculateAnimatedValue()
72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGAnimatedBoolean.h39 class SVGAnimatedBoolean FINAL : public SVGAnimatedProperty<SVGBoolean> {
41 …VGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) in create()
47 …VGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) in SVGAnimatedBoolean()
48 : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue) in SVGAnimatedBoolean()
DSVGFEConvolveMatrixElement.cpp55 …, m_preserveAlpha(SVGAnimatedBoolean::create(this, SVGNames::preserveAlphaAttr, SVGBoolean::create… in SVGFEConvolveMatrixElement()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.darwin-mips64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.darwin-arm64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-mips.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.darwin-mips.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-x86_64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-x86.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-mips64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-arm64.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.darwin-arm.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.linux-arm.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dwebcore_svg.target.darwin-x86.mk103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
Dcore.gypi3080 'svg/SVGBoolean.cpp',
3081 'svg/SVGBoolean.h',