Searched refs:isSVGElement (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ElementCustom.cpp63 if (impl->isSVGElement())
/external/webkit/Source/WebCore/bindings/js/
H A DJSElementCustom.cpp80 else if (element->isSVGElement())
H A DScriptEventListener.cpp72 return JSLazyEventListener::create(attr->localName().string(), eventParameterName(node->isSVGElement()), attr->value(), node, sourceURL, lineNumber, 0, mainThreadNormalWorld());
H A DJSNodeCustom.cpp259 else if (node->isSVGElement())
/external/webkit/Source/WebCore/svg/
H A DSVGGElement.cpp115 return parentNode() && parentNode()->isSVGElement();
H A DSVGSwitchElement.cpp49 if (!node->isSVGElement())
H A DSVGFEImageElement.cpp70 if (hrefElement && hrefElement->isSVGElement() && hrefElement->renderer())
158 if (!hrefElement || !hrefElement->isSVGElement())
H A DSVGTRefElement.cpp52 if (target && target->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...]
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 DSVGLocatable.cpp91 while (current && current->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 DSVGAElement.cpp233 if (parentNode() && parentNode()->isSVGElement())
H A DSVGForeignObjectElement.cpp160 if (child->isSVGElement())
H A DSVGGradientElement.cpp154 SVGElement* element = n->isSVGElement() ? static_cast<SVGElement*>(n) : 0;
H A DSVGTextPositioningElement.cpp182 ASSERT(node->isSVGElement());
/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 DRenderSVGResourceMasker.cpp147 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !renderer)
185 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
H A DSVGRenderSupport.cpp220 if (SVGElement* element = child->node()->isSVGElement() ? static_cast<SVGElement*>(child->node()) : 0) {
324 ASSERT(object->node()->isSVGElement());
H A DRenderSVGResourcePattern.cpp282 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !node->renderer())
H A DRenderSVGText.cpp257 ASSERT(node()->isSVGElement());
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptEventListener.cpp65 return V8LazyEventListener::create(attr->localName().string(), node->isSVGElement(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld));
/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.cpp86 if (!element || !element->isSVGElement())
/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.cpp68 if (!n->isSVGShadowRoot() || !n->isSVGElement())
89 return referenceNode->isSVGElement() ? findElementInstance(referenceNode) : referenceNode;
H A DScriptElement.cpp373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))

Completed in 1835 milliseconds

12