Searched refs:getSVGDocument (Results 1 – 8 of 8) sorted by relevance
53 SVGDocument* getSVGDocument(ExceptionState&) const;
116 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& exceptionState) const in getSVGDocument() function in WebCore::HTMLFrameOwnerElement
35 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
38 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
42 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
54 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
238 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
4364 …if (!BindingSecurity::shouldAllowAccessToNode(imp->getSVGDocument(exceptionState), exceptionState)… in getSVGDocumentMethod()4369 RefPtr<SVGDocument> result = imp->getSVGDocument(exceptionState); in getSVGDocumentMethod()