Searched refs:isSVGDocument (Results 1 – 11 of 11) sorted by relevance
42 if (firstChild() && document().isSVGDocument()) in DEFINE_NODE_FACTORY()50 if (rootParent->inDocument() && document().isSVGDocument()) in removedFrom()57 if (inDocument() && document().isSVGDocument()) in childrenChanged()
140 if (outerSVG->document().wellFormed() || !outerSVG->document().isSVGDocument()) in dispatchSVGLoadEventToOutermostSVGElements()
181 if (doc && doc->isSVGDocument()) in getSVGDocument()
113 return frame->document()->isSVGDocument(); in isEmbeddedThroughFrameContainingSVGDocument()
486 if (document->isSVGDocument()) { in setPageAndTextZoomFactors()
1507 if (m_frame->document()->isSVGDocument()) { in scrollToAnchor()
2026 if (!doc || !doc->isSVGDocument()) in remoteSVGRootElement()2299 if (document && document->isSVGDocument()) in computeElementRect()
402 bool isSVGDocument() const { return m_documentClasses & SVGDocumentClass; } in isSVGDocument() function
1229 if (isSVGDocument()) in suggestedMIMEType()
1186 if (!document->isHTMLDocument() && !document->isSVGDocument()) in viaInspectorStyleSheet()
606 …if (m_frame->document()->isSVGDocument() && m_frame->document()->accessSVGExtensions().zoomAndPanE… in handleMousePressEvent()