Searched refs:isSVGSVGElement (Results 1 – 4 of 4) sorted by relevance
140 virtual bool isSVGSVGElement() const OVERRIDE { return true; } in isSVGSVGElement() function183 inline bool isSVGSVGElement(const Node& node) in isSVGSVGElement() function185 return node.isSVGElement() && toSVGElement(node).isSVGSVGElement(); in isSVGSVGElement()
84 virtual bool isSVGSVGElement() const { return false; } in isSVGSVGElement() function
299 if (!viewportElement || !viewportElement->isSVGSVGElement()) in determineViewport()
498 if (clientElement->isSVGSVGElement()) { in updateRelativeLengthsInformation()