Searched refs:isStyled (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGStyledElement.h42 virtual bool isStyled() const { return true; } function in class:WebCore::SVGStyledElement
H A DSVGElement.h54 virtual bool isStyled() const { return false; } function in class:WebCore::SVGElement
H A DSVGElementInstance.cpp95 if (element->isStyled() && static_cast<SVGStyledElement*>(element)->instanceUpdatesBlocked())
H A DSVGStyledElement.cpp254 if (SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(element->isStyled() ? element : 0))
H A DSVGAnimationElement.cpp300 if (target->isStyled())
315 if (target->isStyled())
H A DSVGMaskElement.cpp185 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !node->renderer())
H A DSVGPatternElement.cpp278 if (!n->isSVGElement() || !static_cast<SVGElement*>(n)->isStyled() || !n->renderer())
/external/webkit/WebCore/svg/graphics/
H A DSVGResource.cpp126 if (svgElement && svgElement->isStyled())
H A DSVGPaintServer.cpp91 ASSERT(svgElement && svgElement->document() && svgElement->isStyled());
132 ASSERT(svgElement && svgElement->document() && svgElement->isStyled());
/external/webkit/WebCore/rendering/
H A DSVGRenderSupport.cpp88 ASSERT(svgElement && svgElement->document() && svgElement->isStyled());
250 if (element->isStyled())
H A DRenderPath.cpp290 if (!svgElement->isStyled())
H A DSVGRenderTreeAsText.cpp520 if (!svgElement->isStyled())
/external/webkit/WebCore/dom/
H A DNode.cpp2424 if (!element->isStyled())

Completed in 266 milliseconds