/external/webkit/Source/WebCore/svg/ |
D | SVGStyledElement.cpp | 51 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 …]
|
D | SVGStyledElement.h | 34 class SVGStyledElement : public SVGElement, 37 virtual ~SVGStyledElement(); 63 SVGStyledElement(const QualifiedName&, Document*); 81 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*); 88 HashSet<SVGStyledElement*> m_elementsWithRelativeLengths;
|
D | SVGStopElement.cpp | 39 : 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()
|
D | SVGSymbolElement.cpp | 37 : 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()
|
D | SVGGradientElement.cpp | 49 : 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()
|
D | SVGFilterPrimitiveStandardAttributes.cpp | 46 : 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()
|
D | SVGViewElement.cpp | 40 : 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()
|
D | SVGMarkerElement.cpp | 48 : 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()
|
D | SVGGlyphElement.cpp | 41 : 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()
|
D | SVGFilterElement.cpp | 52 : 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()
|
D | SVGTitleElement.cpp | 30 : SVGStyledElement(tagName, document) in SVGTitleElement() 41 SVGStyledElement::insertedIntoDocument(); in insertedIntoDocument() 69 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
|
D | SVGDocumentExtensions.h | 38 class SVGStyledElement; variable 45 typedef HashSet<RefPtr<SVGStyledElement> > SVGPendingElements; 82 void addPendingResource(const AtomicString& id, PassRefPtr<SVGStyledElement>);
|
D | SVGPatternElement.cpp | 59 : 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()
|
D | SVGMaskElement.cpp | 92 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()
|
D | SVGTextContentElement.cpp | 44 : 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()
|
D | SVGMissingGlyphElement.cpp | 28 : SVGStyledElement(tagName, document) in SVGMissingGlyphElement() 45 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
|
D | SVGFontElement.cpp | 43 : SVGStyledElement(tagName, document) in DEFINE_ANIMATED_BOOLEAN() 55 SVGStyledElement::synchronizeProperty(attrName); in synchronizeProperty() 190 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap()); in fillAttributeToPropertyTypeMap()
|
D | SVGDescElement.h | 30 class SVGDescElement : public SVGStyledElement,
|
D | SVGMissingGlyphElement.h | 28 class SVGMissingGlyphElement : public SVGStyledElement {
|
D | SVGDescElement.cpp | 28 : SVGStyledElement(tagName, document) in SVGDescElement()
|
D | SVGTitleElement.h | 30 class SVGTitleElement : public SVGStyledElement,
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGHiddenContainer.h | 28 class SVGStyledElement; variable 34 explicit RenderSVGHiddenContainer(SVGStyledElement*);
|
D | RenderSVGModelObject.h | 46 class SVGStyledElement; variable 50 explicit RenderSVGModelObject(SVGStyledElement*);
|
D | RenderSVGRoot.h | 34 class SVGStyledElement; variable 39 explicit RenderSVGRoot(SVGStyledElement*);
|
D | RenderSVGHiddenContainer.cpp | 30 RenderSVGHiddenContainer::RenderSVGHiddenContainer(SVGStyledElement* element) in RenderSVGHiddenContainer()
|