Home
last modified time | relevance | path

Searched refs:getSVGDocument (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.h53 SVGDocument* getSVGDocument(ExceptionState&) const;
DHTMLFrameOwnerElement.cpp116 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& exceptionState) const in getSVGDocument() function in WebCore::HTMLFrameOwnerElement
DHTMLEmbedElement.idl35 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
DHTMLFrameElement.idl38 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
DHTMLIFrameElement.idl42 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
DHTMLObjectElement.idl54 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
DTestObject.idl238 [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.cpp4364 …if (!BindingSecurity::shouldAllowAccessToNode(imp->getSVGDocument(exceptionState), exceptionState)… in getSVGDocumentMethod()
4369 RefPtr<SVGDocument> result = imp->getSVGDocument(exceptionState); in getSVGDocumentMethod()