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

1 2

  /external/webkit/WebCore/svg/
SVGSwitchElement.cpp 45 if (n->isSVGElement()) {
SVGFEImageElement.cpp 62 if (hrefElement && hrefElement->isSVGElement() && hrefElement->renderer())
118 if (!hrefElement || !hrefElement->isSVGElement())
SVGLocatable.cpp 91 if (parent && parent->isSVGElement()) {
108 if (parent && parent->isSVGElement()) {
SVGElement.h 96 virtual bool isSVGElement() const { return true; }
SVGTRefElement.cpp 48 if (target && target->isSVGElement())
SVGUseElement.cpp 291 ASSERT(parentNode->isSVGElement());
450 if (targetElement && targetElement->isSVGElement())
591 if (n->isSVGElement() && static_cast<SVGElement*>(n)->isStyledTransformable()) {
616 if (node->isSVGElement())
643 if (targetElement && targetElement->isSVGElement())
710 if (newChild->isSVGElement())
735 if (targetElement && targetElement->isSVGElement())
771 if (newChild->isSVGElement())
    [all...]
SVGElement.cpp 224 if (child->isSVGElement() && !static_cast<SVGElement*>(child)->haveLoadedRequiredResources())
259 currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : 0;
274 if (child->isSVGElement())
SVGClipPathElement.cpp 123 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyledTransformable())
SVGAElement.cpp 218 if (parent() && parent()->isSVGElement())
SVGGradientElement.cpp 155 SVGElement* element = n->isSVGElement() ? static_cast<SVGElement*>(n) : 0;
SVGStyledElement.cpp 74 if (!parentNode() || parentNode()->isSVGElement())
250 if (!node->isSVGElement())
SVGPatternElement.cpp 225 if (!n->isSVGElement() || !static_cast<SVGElement*>(n)->isStyledTransformable() || !n->renderer())
278 if (!n->isSVGElement() || !static_cast<SVGElement*>(n)->isStyled() || !n->renderer())
SVGFilterElement.cpp 202 if (n->isSVGElement()) {
SVGLength.cpp 300 } else if (context->parent() && !context->parent()->isSVGElement()) {
  /external/webkit/WebCore/bindings/v8/
ScriptEventListener.cpp 75 return V8LazyEventListener::create(attr->localName().string(), node->isSVGElement(), attr->value(), sourceURL, lineNumber, columnNumber, WorldContextHandle(UseMainWorld));
  /external/webkit/WebCore/bindings/js/
ScriptEventListener.cpp 83 return JSLazyEventListener::create(attr->localName().string(), eventParameterName(node->isSVGElement()), attr->value(), node, sourceURL, lineNumber, wrapper, mainThreadNormalWorld());
JSElementCustom.cpp 154 else if (element->isSVGElement())
JSNodeCustom.cpp 186 else if (node->isSVGElement())
  /external/webkit/WebCore/bindings/v8/custom/
V8ElementCustom.cpp 126 if (impl->isSVGElement())
  /external/webkit/WebCore/css/
CSSCursorImageValue.cpp 85 if (!element || !element->isSVGElement())
  /external/webkit/WebCore/svg/graphics/
SVGResource.cpp 123 if (element && element->isSVGElement())
  /external/webkit/WebCore/dom/
Node.h 171 virtual bool isSVGElement() const { return false; }
173 static bool isSVGElement() { return false; }
ScriptElement.cpp 299 if (element->isSVGElement() && element->hasTagName(SVGNames::scriptTag))
Text.cpp 246 if (parentNode()->isSVGElement()
  /external/webkit/WebCore/rendering/
SVGRenderSupport.cpp 249 if (SVGElement* element = child->node()->isSVGElement() ? static_cast<SVGElement*>(child->node()) : 0) {

Completed in 286 milliseconds

1 2