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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.h 34 #include "core/svg/SVGBoolean.h"
39 class SVGAnimatedBoolean FINAL : public SVGAnimatedProperty<SVGBoolean> {
41 static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
47 SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
48 : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue)
SVGBoolean.h 38 class SVGBoolean : public SVGPropertyHelper<SVGBoolean> {
40 // SVGBoolean does not have a tear-off type.
44 static PassRefPtr<SVGBoolean> create(bool value = false)
46 return adoptRef(new SVGBoolean(value));
49 PassRefPtr<SVGBoolean> clone() const { return create(m_value); }
64 SVGBoolean(bool value)
72 inline PassRefPtr<SVGBoolean> toSVGBoolean(PassRefPtr<SVGPropertyBase> passBase)
75 ASSERT(base->type() == SVGBoolean::classType());
76 return static_pointer_cast<SVGBoolean>(base.release())
    [all...]
SVGBoolean.cpp 33 #include "core/svg/SVGBoolean.h"
42 String SVGBoolean::valueAsString() const
47 void SVGBoolean::setValueAsString(const String& value, ExceptionState& exceptionState)
58 void SVGBoolean::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*)
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGFEConvolveMatrixElement.cpp 55 , m_preserveAlpha(SVGAnimatedBoolean::create(this, SVGNames::preserveAlphaAttr, SVGBoolean::create()))
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.darwin-arm64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.darwin-mips.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.darwin-mips64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.darwin-x86.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.darwin-x86_64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-arm.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-arm64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-mips.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-mips64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-x86.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \
webcore_svg.target.linux-x86_64.mk 103 third_party/WebKit/Source/core/svg/SVGBoolean.cpp \

Completed in 213 milliseconds