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

/external/webkit/Source/WebCore/svg/
H A DSVGZoomEvent.h31 class SVGZoomEvent : public UIEvent { class in namespace:WebCore
33 static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
35 // 'SVGZoomEvent' functions
49 SVGZoomEvent();
H A DSVGZoomEvent.cpp24 #include "SVGZoomEvent.h"
28 SVGZoomEvent::SVGZoomEvent() function in class:WebCore::SVGZoomEvent
34 FloatRect SVGZoomEvent::zoomRectScreen() const
39 float SVGZoomEvent::previousScale() const
44 void SVGZoomEvent::setPreviousScale(float scale)
49 FloatPoint SVGZoomEvent::previousTranslate() const
54 float SVGZoomEvent::newScale() const
59 void SVGZoomEvent::setNewScale(float scale)
64 FloatPoint SVGZoomEvent
[all...]

Completed in 72 milliseconds