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

1 2

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ElementCustom.cpp 63 if (impl->isSVGElement())
  /external/webkit/Source/WebCore/bindings/js/
JSElementCustom.cpp 80 else if (element->isSVGElement())
ScriptEventListener.cpp 72 return JSLazyEventListener::create(attr->localName().string(), eventParameterName(node->isSVGElement()), attr->value(), node, sourceURL, lineNumber, 0, mainThreadNormalWorld());
JSNodeCustom.cpp 259 else if (node->isSVGElement())
  /external/webkit/Source/WebCore/svg/
SVGGElement.cpp 115 return parentNode() && parentNode()->isSVGElement();
SVGSwitchElement.cpp 49 if (!node->isSVGElement())
SVGFEImageElement.cpp 70 if (hrefElement && hrefElement->isSVGElement() && hrefElement->renderer())
158 if (!hrefElement || !hrefElement->isSVGElement())
SVGTRefElement.cpp 52 if (target && target->isSVGElement())
SVGUseElement.cpp 333 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()
    [all...]
SVGElement.cpp 289 if (child->isSVGElement() && !static_cast<SVGElement*>(child)->haveLoadedRequiredResources())
321 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : RefPtr<SVGElement>();
336 if (child->isSVGElement())
SVGLocatable.cpp 91 while (current && current->isSVGElement()) {
SVGStyledElement.cpp 91 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())
SVGAElement.cpp 233 if (parentNode() && parentNode()->isSVGElement())
SVGForeignObjectElement.cpp 160 if (child->isSVGElement())
SVGGradientElement.cpp 154 SVGElement* element = n->isSVGElement() ? static_cast<SVGElement*>(n) : 0;
SVGTextPositioningElement.cpp 182 ASSERT(node->isSVGElement());
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp 127 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)
RenderSVGResourceMasker.cpp 147 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !renderer)
185 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer)
SVGRenderSupport.cpp 220 if (SVGElement* element = child->node()->isSVGElement() ? static_cast<SVGElement*>(child->node()) : 0) {
324 ASSERT(object->node()->isSVGElement());
RenderSVGResourcePattern.cpp 282 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !node->renderer())
RenderSVGText.cpp 257 ASSERT(node()->isSVGElement());
  /external/webkit/Source/WebCore/bindings/v8/
ScriptEventListener.cpp 65 return V8LazyEventListener::create(attr->localName().string(), node->isSVGElement(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld));
  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.cpp 86 if (!element || !element->isSVGElement())
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 68 if (!n->isSVGShadowRoot() || !n->isSVGElement())
89 return referenceNode->isSVGElement() ? findElementInstance(referenceNode) : referenceNode;
ScriptElement.cpp 373 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))

Completed in 692 milliseconds

1 2