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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.cpp 26 #include "core/svg/SVGZoomEvent.h"
30 SVGZoomEvent::SVGZoomEvent()
37 SVGRect SVGZoomEvent::zoomRectScreen() const
42 float SVGZoomEvent::previousScale() const
47 void SVGZoomEvent::setPreviousScale(float scale)
52 SVGPoint SVGZoomEvent::previousTranslate() const
57 float SVGZoomEvent::newScale() const
62 void SVGZoomEvent::setNewScale(float scale)
67 SVGPoint SVGZoomEvent::newTranslate() cons
    [all...]
SVGZoomEvent.h 31 class SVGZoomEvent : public UIEvent {
33 static PassRefPtr<SVGZoomEvent> create() { return adoptRef(new SVGZoomEvent); }
35 // 'SVGZoomEvent' functions
51 SVGZoomEvent();

Completed in 39 milliseconds