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

  /external/webkit/WebCore/svg/
SVGZoomEvent.cpp 24 #include "SVGZoomEvent.h"
28 SVGZoomEvent::SVGZoomEvent()
34 SVGZoomEvent::~SVGZoomEvent()
38 FloatRect SVGZoomEvent::zoomRectScreen() const
43 float SVGZoomEvent::previousScale() const
48 void SVGZoomEvent::setPreviousScale(float scale)
53 FloatPoint SVGZoomEvent::previousTranslate() const
58 float SVGZoomEvent::newScale() cons
    [all...]
SVGZoomEvent.h 31 class SVGZoomEvent : public UIEvent {
33 static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
34 virtual ~SVGZoomEvent();
36 // 'SVGZoomEvent' functions
52 SVGZoomEvent();

Completed in 37 milliseconds