Home
last modified time | relevance | path

Searched refs:SVGAnimatedBoolean (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedBoolean.h39 class SVGAnimatedBoolean FINAL : public SVGAnimatedProperty<SVGBoolean> {
41 …static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attr… in create()
43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue)); in create()
47SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGB… in SVGAnimatedBoolean() function
DSVGFEConvolveMatrixElement.h42 SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); } in preserveAlpha()
71 RefPtr<SVGAnimatedBoolean> m_preserveAlpha;
DSVGAnimatedBoolean.idl30 ] interface SVGAnimatedBoolean {
DSVGFEConvolveMatrixElement.idl49 readonly attribute SVGAnimatedBoolean preserveAlpha; // in SVG 1.1, removed in SVG 2
DSVGFEConvolveMatrixElement.cpp55 …, m_preserveAlpha(SVGAnimatedBoolean::create(this, SVGNames::preserveAlphaAttr, SVGBoolean::create… in SVGFEConvolveMatrixElement()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp300 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_idl_files_list.tmp306 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_global_objects_idl_files_list.tmp300 ../../core/svg/SVGAnimatedBoolean.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp306 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_static_idl_files_list.tmp306 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_global_objects.target.darwin-x86.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.linux-arm64.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.darwin-mips64.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.linux-x86_64.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.darwin-arm64.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.darwin-mips.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.linux-mips64.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
Dcore_global_objects.target.darwin-arm.mk22 …AnimatedAngle.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl $(LOCAL_…
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp306 ../../../core/svg/SVGAnimatedBoolean.idl
Dcore_static_idl_files_list.tmp306 ../../../core/svg/SVGAnimatedBoolean.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp300 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_idl_files_list.tmp306 ../../core/svg/SVGAnimatedBoolean.idl
Dcore_static_idl_files_list.tmp306 ../../core/svg/SVGAnimatedBoolean.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp306 ../../../core/svg/SVGAnimatedBoolean.idl
Dcore_static_idl_files_list.tmp306 ../../../core/svg/SVGAnimatedBoolean.idl

1234