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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.h65 virtual bool isSVGGraphicsElement() const OVERRIDE { return true; }
79 ASSERT_WITH_SECURITY_IMPLICATION(!node || toSVGElement(node)->isSVGGraphicsElement());
H A DSVGLocatable.cpp104 if (target && target->isSVGGraphicsElement()) {
H A DSVGElement.h76 virtual bool isSVGGraphicsElement() const { return false; } function in class:WebCore::SVGElement
H A DSVGAnimateMotionElement.cpp64 if (!targetElement->isSVGGraphicsElement())
H A DSVGUseElement.cpp548 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) {
H A DSVGElement.cpp538 if (isSVGGraphicsElement()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp99 if (!childNode->isSVGElement() || !toSVGElement(childNode)->isSVGGraphicsElement())

Completed in 143 milliseconds