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

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

Completed in 173 milliseconds