/external/webkit/Source/WebCore/svg/ |
D | SVGDocument.cpp | 38 SVGDocument::SVGDocument(Frame* frame, const KURL& url) in SVGDocument() function in WebCore::SVGDocument 43 SVGSVGElement* SVGDocument::rootElement() const in rootElement() 52 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale) in dispatchZoomEvent() 62 void SVGDocument::dispatchScrollEvent() in dispatchScrollEvent() 70 bool SVGDocument::zoomAndPanEnabled() const in zoomAndPanEnabled() 83 void SVGDocument::startPan(const FloatPoint& start) in startPan() 89 void SVGDocument::updatePan(const FloatPoint& pos) const in updatePan() 98 bool SVGDocument::childShouldCreateRenderer(Node* node) const in childShouldCreateRenderer()
|
D | SVGDocument.h | 34 class SVGDocument : public Document { 36 static PassRefPtr<SVGDocument> create(Frame* frame, const KURL& url) in create() 38 return adoptRef(new SVGDocument(frame, url)); in create() 52 SVGDocument(Frame*, const KURL&);
|
D | SVGDocument.idl | 24 interface [Conditional=SVG] SVGDocument : Document {
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 111 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in setContainerSize() 123 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in usesContainerSize() 135 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in size() 160 …SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeWidth() 171 …SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeHeight()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFrameOwnerElement.h | 34 class SVGDocument; variable 51 SVGDocument* getSVGDocument(ExceptionCode&) const;
|
D | HTMLFrameOwnerElement.cpp | 98 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const in getSVGDocument() 102 return static_cast<SVGDocument*>(doc); in getSVGDocument()
|
D | HTMLEmbedElement.idl | 45 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
|
D | HTMLIFrameElement.idl | 44 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
|
D | HTMLFrameElement.idl | 42 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
|
D | HTMLObjectElement.idl | 56 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8SVGDocumentCustom.cpp | 41 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject) in toV8()
|
D | V8DocumentCustom.cpp | 130 return toV8(static_cast<SVGDocument*>(impl), forceNewObject); in toV8()
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedFont.h | 80 RefPtr<SVGDocument> m_externalSVGDocument;
|
D | CachedFont.cpp | 133 m_externalSVGDocument = SVGDocument::create(0, KURL()); in ensureSVGFontData()
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.cpp | 236 doc = SVGDocument::create(0, KURL()); in createDocument() 379 return SVGDocument::create(frame, url); in createDocument()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDocumentCustom.cpp | 110 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, SVGDocument, document); in toJS()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 476 && static_cast<SVGDocument*>(m_frame->document())->zoomAndPanEnabled()) { in handleMousePressEvent() 479 static_cast<SVGDocument*>(m_frame->document())->startPan(event.event().pos()); in handleMousePressEvent() 1581 static_cast<SVGDocument*>(m_frame->document())->updatePan(m_currentMousePosition); in handleMouseMoveEvent() 1702 static_cast<SVGDocument*>(m_frame->document())->updatePan(m_currentMousePosition); in handleMouseReleaseEvent()
|
D | Frame.cpp | 986 if (!static_cast<SVGDocument*>(document)->zoomAndPanEnabled()) in setPageAndTextZoomFactors()
|
D | DOMWindow.idl | 643 attribute SVGDocumentConstructor SVGDocument;
|
D | FrameView.cpp | 1437 … RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement(); in scrollToAnchor()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 389 SVGDocument \
|
D | CodeGenerators.pri | 406 svg/SVGDocument.idl \
|
D | CMakeLists.txt | 1635 svg/SVGDocument.cpp 1788 svg/SVGDocument.idl
|
D | Android.mk | 1081 svg/SVGDocument.cpp \
|
D | WebCore.pro | 2312 svg/SVGDocument.h \ 3270 svg/SVGDocument.cpp \
|