Searched refs:SVGZoomAndPan (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGZoomAndPan.cpp24 #include "SVGZoomAndPan.h"
32 SVGZoomAndPan::SVGZoomAndPan() function in class:WebCore::SVGZoomAndPan
37 SVGZoomAndPan::~SVGZoomAndPan()
41 unsigned short SVGZoomAndPan::zoomAndPan() const
46 void SVGZoomAndPan::setZoomAndPan(unsigned short zoomAndPan)
51 bool SVGZoomAndPan::parseMappedAttribute(MappedAttribute* attr)
63 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName)
71 bool SVGZoomAndPan
[all...]
H A DSVGZoomAndPan.h32 class SVGZoomAndPan { class in namespace:WebCore
40 SVGZoomAndPan();
41 virtual ~SVGZoomAndPan();
H A DSVGViewElement.idl31 SVGZoomAndPan {
H A DSVGZoomAndPan.idl29 interface [Conditional=SVG, ObjCProtocol] SVGZoomAndPan {
H A DSVGViewElement.cpp32 #include "SVGZoomAndPan.h"
40 , SVGZoomAndPan()
63 || SVGZoomAndPan::parseMappedAttribute(attr))
H A DSVGViewSpec.idl28 interface [Conditional=SVG] SVGViewSpec : SVGZoomAndPan, SVGFitToViewBox
H A DSVGViewElement.h28 #include "SVGZoomAndPan.h"
36 public SVGZoomAndPan {
H A DSVGViewSpec.h25 #include "SVGZoomAndPan.h"
36 public SVGZoomAndPan,
H A DSVGDocument.cpp34 #include "SVGZoomAndPan.h"
79 return rootElement()->currentView()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
81 return rootElement()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
H A DSVGSVGElement.idl35 SVGZoomAndPan {
H A DSVGSVGElement.cpp65 , SVGZoomAndPan()
268 if (SVGZoomAndPan::parseMappedAttribute(attr))
307 SVGZoomAndPan::isKnownAttribute(attrName) ||
H A DSVGSVGElement.h32 #include "SVGZoomAndPan.h"
46 public SVGZoomAndPan {
H A DSVGViewSpec.cpp36 , SVGZoomAndPan()
/external/webkit/WebCore/
H A DAndroid.mk886 svg/SVGZoomAndPan.cpp \

Completed in 100 milliseconds