Home
last modified time | relevance | path

Searched refs:svgExtensions (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/history/
DCachedFrame.cpp90 if (m_document->svgExtensions()) in restore()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp396 if (!document || !document->svgExtensions()) in pauseSVGAnimation()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp309 if (!doc->svgExtensions()) in pauseSVGAnimation()
/external/webkit/Source/WebCore/dom/
DDocument.h1008 const SVGDocumentExtensions* svgExtensions();
DDocument.cpp2181 if (svgExtensions()) in implicitClose()
4178 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions() function in WebCore::Document
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1872 if (!document || !document->svgExtensions()) in pauseSVGAnimation()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp1255 if (!document || !document->svgExtensions()) in pauseSVGAnimation()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1019 if (!document || !document->svgExtensions())
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1025844 (WebCore::DocumentImpl::svgExtensions): Update for RefPtr.
29347 (WebCore::DocumentImpl::svgExtensions): svg document extensions
DChangeLog-2009-06-1687473 (WebCore::Document::svgExtensions):