Home
last modified time | relevance | path

Searched refs:isSVGGraphicsElement (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.h68 virtual bool isSVGGraphicsElement() const OVERRIDE { return true; } in DECLARE_ANIMATED_TRANSFORM_LIST()
79 inline bool isSVGGraphicsElement(const Node& node) in isSVGGraphicsElement() function
81 return node.isSVGElement() && toSVGElement(node).isSVGGraphicsElement(); in isSVGGraphicsElement()
DSVGGraphicsElement.cpp57 if (target && target->isSVGGraphicsElement()) { in getTransformToElement()
DSVGElement.h83 virtual bool isSVGGraphicsElement() const { return false; } in isSVGGraphicsElement() function
DSVGAnimateMotionElement.cpp69 if (!targetElement->isSVGGraphicsElement()) in hasValidAttributeType()
DSVGUseElement.cpp549 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) { in toClipPath()
DSVGElement.cpp599 if (!isSVGGraphicsElement()) in getBoundingBox()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp99 if (!childNode->isSVGElement() || !toSVGElement(childNode)->isSVGGraphicsElement()) in tryPathOnlyClipping()