Home
last modified time | relevance | path

Searched refs:SVGProperty (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedListPropertyTearOff.h40 SVGProperty* baseVal() in baseVal()
47 SVGProperty* animVal() in animVal()
56 int removeItemFromList(SVGProperty* property, bool shouldSynchronizeWrappers) in removeItemFromList()
109 RefPtr<SVGProperty> m_baseVal;
110 RefPtr<SVGProperty> m_animVal;
DSVGAnimatedPropertyTearOff.h32 SVGProperty* baseVal() in baseVal()
39 SVGProperty* animVal() in animVal()
64 RefPtr<SVGProperty> m_baseVal;
65 RefPtr<SVGProperty> m_animVal;
DSVGProperty.h34 class SVGProperty : public RefCounted<SVGProperty> {
36 virtual ~SVGProperty() { } in ~SVGProperty()
DSVGStaticPropertyWithParentTearOff.h42 static PassRefPtr<Self> create(SVGProperty* parent, PropertyType& value, UpdateMethod update) in create()
55 … SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update) in SVGStaticPropertyWithParentTearOff()
63 RefPtr<SVGProperty> m_parent;
DSVGAnimatedTransformListPropertyTearOff.h32 SVGProperty* baseVal() in baseVal()
39 SVGProperty* animVal() in animVal()
DSVGAnimatedPathSegListPropertyTearOff.h34 SVGProperty* baseVal(SVGPathSegRole role) in baseVal()
41 SVGProperty* animVal(SVGPathSegRole role) in animVal()
DSVGPropertyTearOff.h31 class SVGPropertyTearOff : public SVGProperty {
DSVGAnimatedProperty.h32 class SVGProperty; variable
DSVGListProperty.h35 class SVGListProperty : public SVGProperty {
/external/webkit/Source/WebCore/
DWebCore.pro2277 svg/properties/SVGProperty.h \
DGNUmakefile.list.am3249 Source/WebCore/svg/properties/SVGProperty.h \
DGNUmakefile.am3226 Source/WebCore/svg/properties/SVGProperty.h \
DWebCore.gypi1065 'svg/properties/SVGProperty.h',
DChangeLog-2010-12-067758 * svg/properties/SVGProperty.h: Add new virtual SVGPropertyRole role() accessor.
14495 * svg/properties/SVGProperty.h: Declare commitChange() as pure virtual method.
16713 …* svg/properties/SVGStaticPropertyTearOff.h: Added. Used for SVGProperty types returned by attribu…
23152 …* svg/properties/SVGAnimatedListPropertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal f…
23156 …* svg/properties/SVGAnimatedPropertyTearOff.h: Moved RefPtr<SVGProperty> m_baseVal/m_animVal from …
24926 * svg/SVGAngle.idl: Remove [SVGProperty] flag.
24932 * svg/SVGLength.idl: Remove [SVGProperty] flag.
25347 * svg/SVGAngle.idl: Remove [SVGProperty] flag.
25353 * svg/SVGLength.idl: Remove [SVGProperty] flag.
29346 …rty contains two methods used in the bindings: SVGProperty* baseVal and SVGProperty* animVal. SVGP…
[all …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj165 …8A0E0A126EF1DB00978F7A /* SVGProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A0E01126…
6596 …6EF1DB00978F7A /* SVGProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
12675 088A0E01126EF1DB00978F7A /* SVGProperty.h */,
22684 088A0E0A126EF1DB00978F7A /* SVGProperty.h in Headers */,