Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGStyledElement

24 #include "SVGStyledElement.h"
57 SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* doc)
62 SVGStyledElement::~SVGStyledElement()
67 bool SVGStyledElement::rendererIsNeeded(RenderStyle* style)
80 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
152 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
154 if (SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName) > 0) {
161 void SVGStyledElement::parseMappedAttribute(MappedAttribute* attr)
166 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
184 bool SVGStyledElement::isKnownAttribute(const QualifiedName& attrName)
187 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
194 void SVGStyledElement::svgAttributeChanged(const QualifiedName& attrName)
211 void SVGStyledElement::synchronizeProperty(const QualifiedName& attrName)
219 void SVGStyledElement::invalidateResources()
246 void SVGStyledElement::invalidateResourcesInAncestorChain() const
254 if (SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(element->isStyled() ? element : 0))
261 void SVGStyledElement::invalidateCanvasResources()
267 void SVGStyledElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
275 PassRefPtr<RenderStyle> SVGStyledElement::resolveStyle(RenderStyle* parentStyle)
282 PassRefPtr<CSSValue> SVGStyledElement::getPresentationAttribute(const String& name)
301 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name());
307 void SVGStyledElement::detach()
313 bool SVGStyledElement::instanceUpdatesBlocked() const
318 void SVGStyledElement::setInstanceUpdatesBlocked(bool value)