Home
last modified time | relevance | path

Searched refs:svgElement (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DReferenceFilterBuilder.cpp71 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs) in getSVGElementColorSpace() argument
73 if (!svgElement) in getSVGElementColorSpace()
76 const RenderObject* renderer = svgElement->renderer(); in getSVGElementColorSpace()
83 } else if (!svgElement->presentationAttributeStyle()) { in getSVGElementColorSpace()
87 …RefPtrWillBeRawPtr<CSSValue> cssValue = svgElement->presentationAttributeStyle()->getPropertyCSSVa… in getSVGElementColorSpace()
DSVGRenderTreeAsText.cpp340 SVGElement* svgElement = shape.element(); in operator <<() local
341 ASSERT(svgElement); in operator <<()
342 SVGLengthContext lengthContext(svgElement); in operator <<()
344 if (isSVGRectElement(*svgElement)) { in operator <<()
345 SVGRectElement& element = toSVGRectElement(*svgElement); in operator <<()
350 } else if (isSVGLineElement(*svgElement)) { in operator <<()
351 SVGLineElement& element = toSVGLineElement(*svgElement); in operator <<()
356 } else if (isSVGEllipseElement(*svgElement)) { in operator <<()
357 SVGEllipseElement& element = toSVGEllipseElement(*svgElement); in operator <<()
362 } else if (isSVGCircleElement(*svgElement)) { in operator <<()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUseElement.cpp352 SVGElement& svgElement = toSVGElement(toClone); in cloneNodeAndAssociate() local
353 ASSERT(!svgElement.correspondingElement()); in cloneNodeAndAssociate()
354 toSVGElement(clone.get())->setCorrespondingElement(&svgElement); in cloneNodeAndAssociate()
634 …RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document()… in expandSymbolElementsInShadowTree() local
636 svgElement->cloneDataFromElement(*element); in expandSymbolElementsInShadowTree()
637 svgElement->setCorrespondingElement(element->correspondingElement()); in expandSymbolElementsInShadowTree()
642 svgElement->appendChild(child); in expandSymbolElementsInShadowTree()
651 if (subtreeContainsDisallowedElement(svgElement.get())) in expandSymbolElementsInShadowTree()
652 removeDisallowedElementsFromSubtree(*svgElement); in expandSymbolElementsInShadowTree()
654 RefPtrWillBeRawPtr<SVGElement> replacingElement(svgElement.get()); in expandSymbolElementsInShadowTree()
[all …]
DSVGFELightElement.cpp59 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement& svgElement) in findLightElement() argument
61 return Traversal<SVGFELightElement>::firstChild(svgElement); in findLightElement()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCursorImageValue.cpp112 SVGElement* svgElement = toSVGElement(element); in updateIfSVGCursorIsUsed() local
114 m_referencedElements.add(svgElement); in updateIfSVGCursorIsUsed()
116 svgElement->setCursorImageValue(this); in updateIfSVGCursorIsUsed()
117 cursorElement->addClient(svgElement); in updateIfSVGCursorIsUsed()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEvent.cpp243 if (SVGElement* svgElement = toSVGElement(node)->correspondingElement()) in currentTarget() local
244 return svgElement; in currentTarget()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp264 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString… in constructQualifiedName() argument
266 ASSERT(svgElement); in constructQualifiedName()
277 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix); in constructQualifiedName()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp800 SVGElement* svgElement = toSVGElement(this); in boundsInRootViewSpace() local
802 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()
845 SVGElement* svgElement = toSVGElement(this); in getBoundingClientRect() local
847 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()