Home
last modified time | relevance | path

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

1234

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp51 DEFINE_ANIMATED_STRING(SVGStyledElement, HTMLNames::classAttr, ClassName, className)
62 SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* document) in SVGStyledElement() function in WebCore::SVGStyledElement
67 SVGStyledElement::~SVGStyledElement() in ~SVGStyledElement()
71 String SVGStyledElement::title() const in title()
82 Node* parent = const_cast<SVGStyledElement*>(this); in title()
118 bool SVGStyledElement::rendererIsNeeded(RenderStyle* style) in rendererIsNeeded()
131 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName) in cssPropertyIdForSVGAttributeName()
268 AnimatedAttributeType SVGStyledElement::animatedPropertyTypeForCSSProperty(const QualifiedName& att… in animatedPropertyTypeForCSSProperty()
276 bool SVGStyledElement::isAnimatableCSSProperty(const QualifiedName& attrName) in isAnimatableCSSProperty()
281 void SVGStyledElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeTo… in fillPassedAttributeToPropertyTypeMap()
[all …]
DSVGStyledElement.h34 class SVGStyledElement : public SVGElement,
37 virtual ~SVGStyledElement();
63 SVGStyledElement(const QualifiedName&, Document*);
81 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
88 HashSet<SVGStyledElement*> m_elementsWithRelativeLengths;
DSVGStopElement.cpp39 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_NUMBER()
58 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
63 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
74 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
90 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
DSVGSymbolElement.cpp37 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_BOOLEAN()
55 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
60 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
68 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
101 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
DSVGGradientElement.cpp49 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_ENUMERATION()
81 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
87 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
98 || SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
104 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
129 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillPassedAttributeToPropertyTypeMap()
139 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFilterPrimitiveStandardAttributes.cpp46 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_LENGTH()
70 return SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
82 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
94 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
119 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
157 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillPassedAttributeToPropertyTypeMap()
174 return SVGStyledElement::rendererIsNeeded(style); in rendererIsNeeded()
DSVGViewElement.cpp40 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_BOOLEAN()
60 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
66 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
93 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
DSVGMarkerElement.cpp48 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_LENGTH()
116 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
122 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
143 || SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
149 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
196 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
208 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGGlyphElement.cpp41 : SVGStyledElement(tagName, document) in SVGGlyphElement()
64 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
70 SVGStyledElement::insertedIntoDocument(); in insertedIntoDocument()
76 SVGStyledElement::removedFromDocument(); in removedFromDocument()
145 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
DSVGFilterElement.cpp52 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_ENUMERATION()
128 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
134 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
153 || SVGStyledElement::isKnownAttribute(attrName) in svgAttributeChanged()
162 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
209 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGTitleElement.cpp30 : SVGStyledElement(tagName, document) in SVGTitleElement()
41 SVGStyledElement::insertedIntoDocument(); in insertedIntoDocument()
69 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
DSVGDocumentExtensions.h38 class SVGStyledElement; variable
45 typedef HashSet<RefPtr<SVGStyledElement> > SVGPendingElements;
82 void addPendingResource(const AtomicString& id, PassRefPtr<SVGStyledElement>);
DSVGPatternElement.cpp59 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_LENGTH()
117 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
123 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
147 || SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
153 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
207 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillAttributeToPropertyTypeMap()
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGMaskElement.cpp92 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
98 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
119 || SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
125 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
172 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGTextContentElement.cpp44 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_ENUMERATION()
210 SVGStyledElement::parseMappedAttribute(attr); in parseMappedAttribute()
216 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
238 SVGStyledElement::svgAttributeChanged(attrName); in svgAttributeChanged()
257 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap); in fillPassedAttributeToPropertyTypeMap()
DSVGMissingGlyphElement.cpp28 : SVGStyledElement(tagName, document) in SVGMissingGlyphElement()
45 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
DSVGFontElement.cpp43 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_BOOLEAN()
55 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty()
190 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
DSVGDescElement.h30 class SVGDescElement : public SVGStyledElement,
DSVGMissingGlyphElement.h28 class SVGMissingGlyphElement : public SVGStyledElement {
DSVGDescElement.cpp28 : SVGStyledElement(tagName, document) in SVGDescElement()
DSVGTitleElement.h30 class SVGTitleElement : public SVGStyledElement,
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGHiddenContainer.h28 class SVGStyledElement; variable
34 explicit RenderSVGHiddenContainer(SVGStyledElement*);
DRenderSVGModelObject.h46 class SVGStyledElement; variable
50 explicit RenderSVGModelObject(SVGStyledElement*);
DRenderSVGRoot.h34 class SVGStyledElement; variable
39 explicit RenderSVGRoot(SVGStyledElement*);
DRenderSVGHiddenContainer.cpp30 RenderSVGHiddenContainer::RenderSVGHiddenContainer(SVGStyledElement* element) in RenderSVGHiddenContainer()

1234