Home
last modified time | relevance | path

Searched refs:SVGSVGElement (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp57 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x) in DEFINE_ANIMATED_LENGTH() argument
58 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::yAttr, Y, y) in DEFINE_ANIMATED_LENGTH()
59 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::widthAttr, Width, width) in DEFINE_ANIMATED_LENGTH()
60 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::heightAttr, Height, height) in DEFINE_ANIMATED_LENGTH()
61 DEFINE_ANIMATED_BOOLEAN(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRe… in DEFINE_ANIMATED_LENGTH()
62 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspec… in DEFINE_ANIMATED_LENGTH()
63 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
65 inline SVGSVGElement::SVGSVGElement(const QualifiedName& tagName, Document* doc) in DEFINE_ANIMATED_LENGTH()
81 PassRefPtr<SVGSVGElement> SVGSVGElement::create(const QualifiedName& tagName, Document* document) in create()
83 return adoptRef(new SVGSVGElement(tagName, document)); in create()
[all …]
DSVGDocumentExtensions.cpp56 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element) in addTimeContainer()
61 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element) in removeTimeContainer()
100 Vector<RefPtr<SVGSVGElement> > timeContainers; in startAnimations()
102 Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end(); in startAnimations()
103 for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) in startAnimations()
110 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end(); in pauseAnimations()
111 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr) in pauseAnimations()
117 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end(); in unpauseAnimations()
118 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr) in unpauseAnimations()
DSVGDocumentExtensions.h40 class SVGSVGElement; variable
49 void addTimeContainer(SVGSVGElement*);
50 void removeTimeContainer(SVGSVGElement*);
72 …HashSet<SVGSVGElement*> m_timeContainers; // For SVG 1.2 support this will need to be made more ge…
DSVGSVGElement.h45 class SVGSVGElement : public SVGStyledLocatableElement,
52 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
132 SVGSVGElement(const QualifiedName&, Document*);
133 virtual ~SVGSVGElement();
DSVGDocument.cpp43 SVGSVGElement* SVGDocument::rootElement() const in rootElement()
47 return static_cast<SVGSVGElement*>(elem); in rootElement()
101 return static_cast<SVGSVGElement*>(node)->isValid(); in childShouldCreateRenderer()
DSVGDocument.h32 class SVGSVGElement; variable
41 SVGSVGElement* rootElement() const;
DSVGElement.h60 class SVGSVGElement; variable
71 SVGSVGElement* ownerSVGElement() const;
DSVGSVGElement.idl26 // TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
28 interface [Conditional=SVG] SVGSVGElement : SVGElement,
DSVGTransformList.cpp37 return SVGSVGElement::createSVGTransformFromMatrix(matrix); in createSVGTransformFromMatrix()
Dsvgtags.in96 svg interfaceName=SVGSVGElement
DSVGDocument.idl25 readonly attribute SVGSVGElement rootElement;
DSVGElement.cpp127 SVGSVGElement* SVGElement::ownerSVGElement() const in ownerSVGElement()
132 return static_cast<SVGSVGElement*>(n); in ownerSVGElement()
DSVGElement.idl28 readonly attribute SVGSVGElement ownerSVGElement;
DSVGLength.cpp332 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(viewportElement); in determineViewport()
DSVGStyledElement.cpp76 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(this); in title()
DSVGUseElement.cpp900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document()); in expandSymbolElementsInShadowTree()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp86 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in computeReplacedLogicalWidth()
97 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in computeReplacedLogicalHeight()
116 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in layout()
222 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in calcViewport()
245 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in localToBorderBoxTransform()
DRenderSVGViewportContainer.cpp50 SVGSVGElement* svg = static_cast<SVGSVGElement*>(element); in calcViewport()
66 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in viewportTransform()
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.h45 class SVGSVGElement; variable
49 …static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeCo… in create()
69 SMILTimeContainer(SVGSVGElement* owner);
97 SVGSVGElement* m_ownerSVGElement;
DSMILTimeContainer.cpp45 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner) in SMILTimeContainer()
DSVGSMILElement.cpp179 SVGSVGElement* owner = ownerSVGElement(); in insertedIntoDocument()
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp111 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in setContainerSize()
123 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in usesContainerSize()
135 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); in size()
160SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeWidth()
171SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeHeight()
/external/webkit/Source/WebCore/page/
DFrameView.cpp1451 … RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement(); in scrollToAnchor()
1461 RefPtr<SVGSVGElement> svg = static_cast<SVGSVGElement*>(element); in scrollToAnchor()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-31103 Move the SVGZoomAndPanType enum out of SVGSVGElement and
106 * ksvg2/svg/SVGSVGElement.h:
3245 * ksvg2/svg/SVGSVGElement.cpp:
3246 (WebCore::SVGSVGElement::SVGSVGElement):
3247 (WebCore::SVGSVGElement::viewport):
3248 (WebCore::SVGSVGElement::parseMappedAttribute):
3249 (WebCore::SVGSVGElement::createSVGLength):
3250 (WebCore::SVGSVGElement::getCTM):
3251 (WebCore::SVGSVGElement::getScreenCTM):
3252 * ksvg2/svg/SVGSVGElement.h:
[all …]
DDerivedSources.make481 SVGSVGElement \

12