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

  /external/webkit/Source/WebCore/svg/
SVGZoomEvent.cpp 24 #include "SVGZoomEvent.h"
28 SVGZoomEvent::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::newTranslate() cons
    [all...]
SVGZoomEvent.h 31 class SVGZoomEvent : public UIEvent {
33 static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
35 // 'SVGZoomEvent' functions
49 SVGZoomEvent();

Completed in 38 milliseconds