/external/webkit/Source/WebCore/svg/ |
D | SVGSVGElement.cpp | 57 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 …]
|
D | SVGDocumentExtensions.cpp | 56 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()
|
D | SVGDocumentExtensions.h | 40 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…
|
D | SVGSVGElement.h | 45 class SVGSVGElement : public SVGStyledLocatableElement, 52 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*); 132 SVGSVGElement(const QualifiedName&, Document*); 133 virtual ~SVGSVGElement();
|
D | SVGDocument.cpp | 43 SVGSVGElement* SVGDocument::rootElement() const in rootElement() 47 return static_cast<SVGSVGElement*>(elem); in rootElement() 101 return static_cast<SVGSVGElement*>(node)->isValid(); in childShouldCreateRenderer()
|
D | SVGDocument.h | 32 class SVGSVGElement; variable 41 SVGSVGElement* rootElement() const;
|
D | SVGElement.h | 60 class SVGSVGElement; variable 71 SVGSVGElement* ownerSVGElement() const;
|
D | SVGSVGElement.idl | 26 // TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)! 28 interface [Conditional=SVG] SVGSVGElement : SVGElement,
|
D | SVGTransformList.cpp | 37 return SVGSVGElement::createSVGTransformFromMatrix(matrix); in createSVGTransformFromMatrix()
|
D | svgtags.in | 96 svg interfaceName=SVGSVGElement
|
D | SVGDocument.idl | 25 readonly attribute SVGSVGElement rootElement;
|
D | SVGElement.cpp | 127 SVGSVGElement* SVGElement::ownerSVGElement() const in ownerSVGElement() 132 return static_cast<SVGSVGElement*>(n); in ownerSVGElement()
|
D | SVGElement.idl | 28 readonly attribute SVGSVGElement ownerSVGElement;
|
D | SVGLength.cpp | 332 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(viewportElement); in determineViewport()
|
D | SVGStyledElement.cpp | 76 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(this); in title()
|
D | SVGUseElement.cpp | 900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document()); in expandSymbolElementsInShadowTree()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGRoot.cpp | 86 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()
|
D | RenderSVGViewportContainer.cpp | 50 SVGSVGElement* svg = static_cast<SVGSVGElement*>(element); in calcViewport() 66 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node()); in viewportTransform()
|
/external/webkit/Source/WebCore/svg/animation/ |
D | SMILTimeContainer.h | 45 class SVGSVGElement; variable 49 …static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeCo… in create() 69 SMILTimeContainer(SVGSVGElement* owner); 97 SVGSVGElement* m_ownerSVGElement;
|
D | SMILTimeContainer.cpp | 45 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner) in SMILTimeContainer()
|
D | SVGSMILElement.cpp | 179 SVGSVGElement* owner = ownerSVGElement(); in insertedIntoDocument()
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 111 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() 160 …SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeWidth() 171 …SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootEleme… in hasRelativeHeight()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 1451 … 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/ |
D | ChangeLog-2006-12-31 | 103 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 …]
|
D | DerivedSources.make | 481 SVGSVGElement \
|