Searched refs:isSVGElement (Results 1 - 25 of 44) sorted by last modified time

12

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceClipper.cpp127 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyledTransformable())
230 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
288 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
314 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
H A DRenderSVGResourceFilter.cpp104 if (!node->isSVGElement())
H A DRenderSVGResourceMasker.cpp147 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !renderer)
185 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
H A DRenderSVGResourcePattern.cpp282 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !node->renderer())
H A DRenderSVGText.cpp257 ASSERT(node()->isSVGElement());
H A DSVGRenderSupport.cpp220 if (SVGElement* element = child->node()->isSVGElement() ? static_cast<SVGElement*>(child->node()) : 0) {
324 ASSERT(object->node()->isSVGElement());
H A DSVGRenderTreeAsText.cpp305 ASSERT(node->isSVGElement());
329 ASSERT(path.node()->isSVGElement());
387 ASSERT(path.node()->isSVGElement());
H A DSVGResources.cpp193 ASSERT(node->isSVGElement());
H A DSVGTextLayoutEngine.cpp247 ASSERT(text->parent()->node()->isSVGElement());
/external/webkit/Source/WebCore/svg/
H A DSVGAElement.cpp233 if (parentNode() && parentNode()->isSVGElement())
H A DSVGAnimateElement.cpp108 if (!parent || !parent->isSVGElement())
H A DSVGElement.cpp289 if (child->isSVGElement() && !static_cast<SVGElement*>(child)->haveLoadedRequiredResources())
321 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : RefPtr<SVGElement>();
336 if (child->isSVGElement())
H A DSVGFEImageElement.cpp70 if (hrefElement && hrefElement->isSVGElement() && hrefElement->renderer())
158 if (!hrefElement || !hrefElement->isSVGElement())
H A DSVGForeignObjectElement.cpp160 if (child->isSVGElement())
H A DSVGGElement.cpp115 return parentNode() && parentNode()->isSVGElement();
H A DSVGGradientElement.cpp154 SVGElement* element = n->isSVGElement() ? static_cast<SVGElement*>(n) : 0;
H A DSVGLength.cpp345 if (!context->parentNode() || context->parentNode()->isSVGElement())
H A DSVGLocatable.cpp91 while (current && current->isSVGElement()) {
H A DSVGSVGElement.cpp586 return !parentNode()->isSVGElement();
H A DSVGStyledElement.cpp91 if (shadowParent && shadowParent->isSVGElement() && shadowParent->hasTagName(SVGNames::useTag)) {
106 if (titleElement->hasTagName(SVGNames::titleTag) && titleElement->isSVGElement())
125 if (!parentNode() || parentNode()->isSVGElement())
453 if (!node->isSVGElement())
H A DSVGSwitchElement.cpp49 if (!node->isSVGElement())
H A DSVGTRefElement.cpp52 if (target && target->isSVGElement())
H A DSVGTextContentElement.cpp281 ASSERT(node->isSVGElement());
H A DSVGTextPositioningElement.cpp182 ASSERT(node->isSVGElement());
H A DSVGUseElement.cpp333 ASSERT(parentNode->isSVGElement());
525 if (targetElement && targetElement->isSVGElement())
679 if (n->isSVGElement() && static_cast<SVGElement*>(n)->isStyledTransformable()) {
697 if (n->isSVGElement() && isDirectReference(n))
727 if (node->isSVGElement())
759 if (targetElement && targetElement->isSVGElement())
815 if (newChild->isSVGElement())
840 if (targetElement && targetElement->isSVGElement())
857 if (newChild->isSVGElement())
992 if (target->isSVGElement())
[all...]

Completed in 7735 milliseconds

12