Home
last modified time | relevance | path

Searched refs:SVGDocument (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGDocument.cpp38 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()
DSVGDocument.h34 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&);
DSVGDocument.idl24 interface [Conditional=SVG] SVGDocument : Document {
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp111 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/
DHTMLFrameOwnerElement.h34 class SVGDocument; variable
51 SVGDocument* getSVGDocument(ExceptionCode&) const;
DHTMLFrameOwnerElement.cpp98 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const in getSVGDocument()
102 return static_cast<SVGDocument*>(doc); in getSVGDocument()
DHTMLEmbedElement.idl45 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
DHTMLIFrameElement.idl44 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
DHTMLFrameElement.idl42 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
DHTMLObjectElement.idl56 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGDocumentCustom.cpp41 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject) in toV8()
DV8DocumentCustom.cpp130 return toV8(static_cast<SVGDocument*>(impl), forceNewObject); in toV8()
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.h80 RefPtr<SVGDocument> m_externalSVGDocument;
DCachedFont.cpp133 m_externalSVGDocument = SVGDocument::create(0, KURL()); in ensureSVGFontData()
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp236 doc = SVGDocument::create(0, KURL()); in createDocument()
379 return SVGDocument::create(frame, url); in createDocument()
/external/webkit/Source/WebCore/bindings/js/
DJSDocumentCustom.cpp110 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, SVGDocument, document); in toJS()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp476 && 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()
DFrame.cpp986 if (!static_cast<SVGDocument*>(document)->zoomAndPanEnabled()) in setPageAndTextZoomFactors()
DDOMWindow.idl643 attribute SVGDocumentConstructor SVGDocument;
DFrameView.cpp1437 … RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement(); in scrollToAnchor()
/external/webkit/Source/WebCore/
DDerivedSources.make389 SVGDocument \
DCodeGenerators.pri406 svg/SVGDocument.idl \
DCMakeLists.txt1635 svg/SVGDocument.cpp
1788 svg/SVGDocument.idl
DAndroid.mk1081 svg/SVGDocument.cpp \
DWebCore.pro2312 svg/SVGDocument.h \
3270 svg/SVGDocument.cpp \

12