Searched refs:SVGBoolean (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGBoolean.h | 38 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()
|
D | SVGBoolean.cpp | 42 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()
|
D | SVGAnimatedBoolean.h | 39 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()
|
D | SVGFEConvolveMatrixElement.cpp | 55 …, m_preserveAlpha(SVGAnimatedBoolean::create(this, SVGNames::preserveAlphaAttr, SVGBoolean::create… in SVGFEConvolveMatrixElement()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_svg.target.darwin-x86_64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.darwin-mips64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.darwin-arm64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-mips.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.darwin-mips.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-x86_64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-x86.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-mips64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-arm64.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.darwin-arm.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.linux-arm.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | webcore_svg.target.darwin-x86.mk | 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
|
D | core.gypi | 3080 'svg/SVGBoolean.cpp', 3081 'svg/SVGBoolean.h',
|