Home
last modified time | relevance | path

Searched refs:isSVGSVGElement (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h140 virtual bool isSVGSVGElement() const OVERRIDE { return true; } in isSVGSVGElement() function
183 inline bool isSVGSVGElement(const Node& node) in isSVGSVGElement() function
185 return node.isSVGElement() && toSVGElement(node).isSVGSVGElement(); in isSVGSVGElement()
DSVGElement.h84 virtual bool isSVGSVGElement() const { return false; } in isSVGSVGElement() function
DSVGLengthContext.cpp299 if (!viewportElement || !viewportElement->isSVGSVGElement()) in determineViewport()
DSVGElement.cpp498 if (clientElement->isSVGSVGElement()) { in updateRelativeLengthsInformation()