Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGDocument

23 #include "SVGDocument.h"
38 SVGDocument::SVGDocument(Frame* frame, const KURL& url)
43 SVGSVGElement* SVGDocument::rootElement() const
52 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale)
62 void SVGDocument::dispatchScrollEvent()
70 bool SVGDocument::zoomAndPanEnabled() const
83 void SVGDocument::startPan(const FloatPoint& start)
89 void SVGDocument::updatePan(const FloatPoint& pos) const
98 bool SVGDocument::childShouldCreateRenderer(Node* node) const