Searched defs:SVGDocument (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocument.cpp22 #include "core/svg/SVGDocument.h"
38 SVGDocument::SVGDocument(const DocumentInit& initializer) function in class:WebCore::SVGDocument
44 SVGSVGElement* SVGDocument::rootElement() const
53 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale)
62 void SVGDocument::dispatchScrollEvent()
69 bool SVGDocument::zoomAndPanEnabled() const
82 void SVGDocument::startPan(const FloatPoint& start)
88 void SVGDocument::updatePan(const FloatPoint& pos) const
97 bool SVGDocument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResource.h67 SVGDocument, enumerator in enum:WebCore::Resource::Type

Completed in 681 milliseconds