Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGSVGElement

25 #include "SVGSVGElement.h"
59 SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc)
80 SVGSVGElement::~SVGSVGElement()
88 const AtomicString& SVGSVGElement::contentScriptType() const
95 void SVGSVGElement::setContentScriptType(const AtomicString& type)
100 const AtomicString& SVGSVGElement::contentStyleType() const
107 void SVGSVGElement::setContentStyleType(const AtomicString& type)
112 FloatRect SVGSVGElement::viewport() const
130 int SVGSVGElement::relativeWidthValue() const
139 int SVGSVGElement::relativeHeightValue() const
148 float SVGSVGElement::pixelUnitToMillimeterX() const
154 float SVGSVGElement::pixelUnitToMillimeterY() const
160 float SVGSVGElement::screenPixelToMillimeterX() const
165 float SVGSVGElement::screenPixelToMillimeterY() const
170 bool SVGSVGElement::useCurrentView() const
175 void SVGSVGElement::setUseCurrentView(bool currentView)
180 SVGViewSpec* SVGSVGElement::currentView() const
188 float SVGSVGElement::currentScale() const
195 void SVGSVGElement::setCurrentScale(float scale)
208 FloatPoint SVGSVGElement::currentTranslate() const
213 void SVGSVGElement::setCurrentTranslate(const FloatPoint &translation)
220 void SVGSVGElement::parseMappedAttribute(MappedAttribute* attr)
277 static void updateCSSForAttribute(SVGSVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value)
285 void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName)
312 void SVGSVGElement::synchronizeProperty(const QualifiedName& attrName)
343 unsigned SVGSVGElement::suspendRedraw(unsigned /* maxWaitMilliseconds */)
349 void SVGSVGElement::unsuspendRedraw(unsigned /* suspendHandleId */)
354 void SVGSVGElement::unsuspendRedrawAll()
359 void SVGSVGElement::forceRedraw()
364 NodeList* SVGSVGElement::getIntersectionList(const FloatRect&, SVGElement*)
370 NodeList* SVGSVGElement::getEnclosureList(const FloatRect&, SVGElement*)
376 bool SVGSVGElement::checkIntersection(SVGElement*, const FloatRect& rect)
384 bool SVGSVGElement::checkEnclosure(SVGElement*, const FloatRect& rect)
392 void SVGSVGElement::deselectAll()
397 float SVGSVGElement::createSVGNumber()
402 SVGLength SVGSVGElement::createSVGLength()
407 SVGAngle SVGSVGElement::createSVGAngle()
412 FloatPoint SVGSVGElement::createSVGPoint()
417 AffineTransform SVGSVGElement::createSVGMatrix()
422 FloatRect SVGSVGElement::createSVGRect()
427 SVGTransform SVGSVGElement::createSVGTransform()
432 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const AffineTransform& matrix)
437 AffineTransform SVGSVGElement::getCTM() const
451 AffineTransform SVGSVGElement::getScreenCTM() const
478 RenderObject* SVGSVGElement::createRenderer(RenderArena* arena, RenderStyle*)
486 void SVGSVGElement::insertedIntoDocument()
492 void SVGSVGElement::removedFromDocument()
498 void SVGSVGElement::pauseAnimations()
504 void SVGSVGElement::unpauseAnimations()
510 bool SVGSVGElement::animationsPaused() const
515 float SVGSVGElement::getCurrentTime() const
520 void SVGSVGElement::setCurrentTime(float /* seconds */)
525 bool SVGSVGElement::hasRelativeValues() const
531 bool SVGSVGElement::isOutermostSVG() const
541 AffineTransform SVGSVGElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const
557 void SVGSVGElement::inheritViewAttributes(SVGViewElement* viewElement)
577 void SVGSVGElement::documentWillBecomeInactive()
582 void SVGSVGElement::documentDidBecomeActive()