HomeSort by relevance Sort by last modified time
    Searched defs:SVGDocument (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGDocument.h 34 class SVGDocument : public Document {
36 static PassRefPtr<SVGDocument> create(Frame* frame, const KURL& url)
38 return adoptRef(new SVGDocument(frame, url));
52 SVGDocument(Frame*, const KURL&);
SVGDocument.cpp 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) cons
    [all...]

Completed in 48 milliseconds