HomeSort by relevance Sort by last modified time
    Searched refs:svgElement (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 90 SVGElement* svgElement = static_cast<SVGElement*>(item->node());
91 ASSERT(svgElement && svgElement->document() && svgElement->isStyled());
94 fillPaintServer->addClient(static_cast<SVGStyledElement*>(svgElement));
96 svgElement->document()->accessSVGExtensions()->addPendingResource(id, static_cast<SVGStyledElement*>(svgElement));
131 SVGElement* svgElement = static_cast<SVGElement*>(item->node())
    [all...]
SVGResource.cpp 32 #include "SVGElement.h"
122 SVGElement* svgElement = 0;
124 svgElement = static_cast<SVGElement*>(element);
126 if (svgElement && svgElement->isStyled())
127 return static_cast<SVGStyledElement*>(svgElement)->canvasResource(object);
  /external/webkit/WebCore/css/
CSSCursorImageValue.cpp 68 HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
69 HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
72 SVGElement* referencedElement = *it;
102 SVGElement* svgElement = static_cast<SVGElement*>(element);
103 m_referencedElements.add(svgElement);
104 svgElement->setCursorImageValue(this);
105 cursorElement->addClient(svgElement);
128 void CSSCursorImageValue::removeReferencedElement(SVGElement* element
    [all...]
  /external/webkit/WebCore/rendering/
RenderPath.cpp 288 SVGElement* svgElement = static_cast<SVGElement*>(node());
289 ASSERT(svgElement && svgElement->document());
290 if (!svgElement->isStyled())
293 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement);
307 svgElement->document()->accessSVGExtensions()->addPendingResource(startMarkerId, styledElement);
312 svgElement->document()->accessSVGExtensions()->addPendingResource(midMarkerId, styledElement);
317 svgElement->document()->accessSVGExtensions()->addPendingResource(endMarkerId, styledElement)
    [all...]
SVGRenderSupport.cpp 87 SVGElement* svgElement = static_cast<SVGElement*>(object->node());
88 ASSERT(svgElement && svgElement->document() && svgElement->isStyled());
90 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement);
138 svgElement->document()->accessSVGExtensions()->addPendingResource(maskerId, styledElement);
144 svgElement->document()->accessSVGExtensions()->addPendingResource(clipperId, styledElement);
152 svgElement->document()->accessSVGExtensions()->addPendingResource(filterId, styledElement)
    [all...]
SVGRenderTreeAsText.cpp 519 SVGElement* svgElement = static_cast<SVGElement*>(node);
520 if (!svgElement->isStyled())
523 SVGStyledElement* styled = static_cast<SVGStyledElement*>(svgElement);
528 String elementId = svgElement->getAttribute(svgElement->idAttributeName());
  /external/webkit/WebCore/svg/
SVGUseElement.cpp 124 SVGElement::insertedIntoDocument();
132 SVGElement::removedFromDocument();
211 SVGElement* correspondingElement = targetInstance->correspondingElement();
218 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
259 SVGElement* correspondingElement = targetInstance->correspondingElement();
265 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
286 SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement();
309 if (SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement())
336 SVGElement* element = targetInstance->correspondingElement();
339 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement()
    [all...]

Completed in 830 milliseconds