OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGZoomEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.cpp
23
#include "core/svg/
SVGZoomEvent
.h"
29
SVGZoomEvent
::
SVGZoomEvent
()
36
SVGRect
SVGZoomEvent
::zoomRectScreen() const
41
float
SVGZoomEvent
::previousScale() const
46
void
SVGZoomEvent
::setPreviousScale(float scale)
51
SVGPoint
SVGZoomEvent
::previousTranslate() const
56
float
SVGZoomEvent
::newScale() const
61
void
SVGZoomEvent
::setNewScale(float scale)
66
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 275 milliseconds