Searched refs:svgElement (Results 1 – 9 of 9) sorted by relevance
101 SVGElement* svgElement = const_cast<SVGElement*>(targetElement); in handleAttributeChange() local102 ASSERT(svgElement); in handleAttributeChange()103 bool valid = svgElement->isValid(); in handleAttributeChange()104 if (valid && !svgElement->attached()) in handleAttributeChange()105 svgElement->attach(); in handleAttributeChange()106 if (!valid && svgElement->attached()) in handleAttributeChange()107 svgElement->detach(); in handleAttributeChange()
56 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement) in findLightElement() argument58 for (Node* node = svgElement->firstChild(); node; node = node->nextSibling()) { in findLightElement()68 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement) in findLightSource() argument70 SVGFELightElement* lightNode = findLightElement(svgElement); in findLightSource()
900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document()); in expandSymbolElementsInShadowTree() local903 svgElement->attributes()->setAttributes(*element->attributes()); in expandSymbolElementsInShadowTree()909 svgElement->appendChild(newChild.release(), ec); in expandSymbolElementsInShadowTree()918 if (subtreeContainsDisallowedElement(svgElement.get())) in expandSymbolElementsInShadowTree()919 removeDisallowedElementsFromSubtree(svgElement.get()); in expandSymbolElementsInShadowTree()921 RefPtr<Node> replacingElement(svgElement.get()); in expandSymbolElementsInShadowTree()925 element->parentNode()->replaceChild(svgElement.release(), element, ec); in expandSymbolElementsInShadowTree()
104 SVGElement* svgElement = static_cast<SVGElement*>(element); in updateIfSVGCursorIsUsed()105 m_referencedElements.add(svgElement); in updateIfSVGCursorIsUsed()106 svgElement->setCursorImageValue(this); in updateIfSVGCursorIsUsed()107 cursorElement->addClient(svgElement); in updateIfSVGCursorIsUsed()
388 SVGElement* svgElement = static_cast<SVGElement*>(path.node()); in operator <<() local390 if (svgElement->hasTagName(SVGNames::rectTag)) { in operator <<()391 SVGRectElement* element = static_cast<SVGRectElement*>(svgElement); in operator <<()396 } else if (svgElement->hasTagName(SVGNames::lineTag)) { in operator <<()397 SVGLineElement* element = static_cast<SVGLineElement*>(svgElement); in operator <<()402 } else if (svgElement->hasTagName(SVGNames::ellipseTag)) { in operator <<()403 SVGEllipseElement* element = static_cast<SVGEllipseElement*>(svgElement); in operator <<()408 } else if (svgElement->hasTagName(SVGNames::circleTag)) { in operator <<()409 SVGCircleElement* element = static_cast<SVGCircleElement*>(svgElement); in operator <<()413 …} else if (svgElement->hasTagName(SVGNames::polygonTag) || svgElement->hasTagName(SVGNames::polyli… in operator <<()[all …]
281 SVGElement* svgElement = static_cast<SVGElement*>(node()); in calculateMarkerBoundsIfNeeded() local282 ASSERT(svgElement && svgElement->document()); in calculateMarkerBoundsIfNeeded()283 if (!svgElement->isStyled()) in calculateMarkerBoundsIfNeeded()286 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement); in calculateMarkerBoundsIfNeeded()303 …teBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path); in calculateMarkerBoundsIfNeeded()
148 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attr… in constructQualifiedName() argument150 ASSERT(svgElement); in constructQualifiedName()163 String namespaceURI = svgElement->lookupNamespaceURI(prefix); in constructQualifiedName()
516 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in boundsInWindowSpace() local518 if (svgElement->boundingBox(localRect)) in boundsInWindowSpace()580 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in getBoundingClientRect() local582 if (svgElement->boundingBox(localRect)) in getBoundingClientRect()
80269 svgElement.className.baseValue = "foo" does not work