Searched refs:SVGSVGElement (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGDocument.idl25 readonly attribute SVGSVGElement rootElement;
H A DSVGSVGElement.cpp25 #include "SVGSVGElement.h"
65 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x)
66 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::yAttr, Y, y)
67 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::widthAttr, Width, width)
68 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::heightAttr, Height, height)
69 DEFINE_ANIMATED_BOOLEAN(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
70 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
71 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
73 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSVGElement)
85 inline SVGSVGElement function in class:WebCore::SVGSVGElement
[all...]
H A DSVGElement.idl29 readonly attribute SVGSVGElement ownerSVGElement;
H A DSVGDocument.h32 class SVGSVGElement;
41 SVGSVGElement* rootElement() const;
H A DSVGSVGElement.h45 class SVGSVGElement FINAL : public SVGStyledTransformableElement,
52 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
60 // 'SVGSVGElement' functions
144 SVGSVGElement(const QualifiedName&, Document*);
145 virtual ~SVGSVGElement();
170 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSVGElement)
197 inline SVGSVGElement* toSVGSVGElement(Node* node)
201 return static_cast<SVGSVGElement*>(node);
H A DSVGDocumentExtensions.h42 class SVGSVGElement;
52 void addTimeContainer(SVGSVGElement*);
53 void removeTimeContainer(SVGSVGElement*);
83 HashSet<SVGSVGElement*> m_timeContainers; // For SVG 1.2 support this will need to be made more general.
H A DSVGDocumentExtensions.cpp38 #include "SVGSVGElement.h"
55 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element)
60 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element)
98 Vector<RefPtr<SVGSVGElement> > timeContainers;
100 Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end();
101 for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
107 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
108 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
114 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
115 for (HashSet<SVGSVGElement*>
[all...]
H A DSVGTransformList.cpp27 #include "SVGSVGElement.h"
36 return SVGSVGElement::createSVGTransformFromMatrix(matrix);
H A DSVGElement.h43 class SVGSVGElement;
55 SVGSVGElement* ownerSVGElement() const;
H A DSVGSVGElement.idl24 // TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
28 ] interface SVGSVGElement : SVGStyledElement,
H A DSVGDocument.cpp32 #include "SVGSVGElement.h"
44 SVGSVGElement* SVGDocument::rootElement() const
H A DSVGLengthContext.cpp37 #include "SVGSVGElement.h"
305 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(viewportElement);
H A DSVGUseElement.cpp52 #include "SVGSVGElement.h"
786 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, referencedDocument());
H A DSVGElement.cpp41 #include "SVGSVGElement.h"
191 SVGSVGElement* SVGElement::ownerSVGElement() const
515 // The outermost SVGSVGElement SVGLoad event is fired through Document::dispatchWindowLoadEvent.
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSMILTimeContainer.h45 class SVGSVGElement;
49 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); }
70 SMILTimeContainer(SVGSVGElement* owner);
93 SVGSVGElement* m_ownerSVGElement;
H A DSMILTimeContainer.cpp34 #include "SVGSVGElement.h"
43 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner)
H A DSVGSMILElement.cpp43 #include "SVGSVGElement.h"
248 SVGSVGElement* owner = ownerSVGElement();
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGRoot.cpp45 #include "SVGSVGElement.h"
81 SVGSVGElement* svg = toSVGSVGElement(node());
83 Length intrinsicWidthAttribute = svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties);
84 Length intrinsicHeightAttribute = svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties);
166 SVGSVGElement* svg = toSVGSVGElement(node());
177 return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties), style()->effectiveZoom(), containingBlock()->availableLogicalWidth(), view());
189 SVGSVGElement* svg = toSVGSVGElement(node());
200 Length height = svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties);
240 SVGSVGElement* svg = toSVGSVGElement(node());
281 SVGSVGElement* sv
[all...]
H A DRenderSVGViewportContainer.cpp32 #include "SVGSVGElement.h"
64 SVGSVGElement* svg = toSVGSVGElement(element);
136 SVGSVGElement* svg = toSVGSVGElement(node());
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImage.cpp42 #include "SVGSVGElement.h"
70 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
88 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
238 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
257 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
268 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
279 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
299 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
311 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement();
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp93 #include "SVGSVGElement.h"
2838 SVGSVGElement* rootElement = toSVGDocument(doc)->rootElement();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp90 #include "SVGSVGElement.h"
1891 if (SVGSVGElement* svg = toSVGDocument(m_frame->document())->rootElement()) {

Completed in 239 milliseconds