HomeSort by relevance Sort by last modified time
    Searched refs:SVGSVGElement (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 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() cons
    [all...]
SVGViewSpec.h 32 class SVGSVGElement;
39 SVGViewSpec(const SVGSVGElement*);
55 SVGSVGElement* contextElement() const { return const_cast<SVGSVGElement*>(m_contextElement); }
58 const SVGSVGElement* m_contextElement;
SVGDocumentExtensions.h 41 class SVGSVGElement;
48 void addTimeContainer(SVGSVGElement*);
49 void removeTimeContainer(SVGSVGElement*);
61 HashSet<SVGSVGElement*> m_timeContainers; // For SVG 1.2 support this will need to be made more general.
SVGDocument.h 32 class SVGSVGElement;
43 SVGSVGElement* rootElement() const;
SVGSVGElement.h 41 class SVGSVGElement : public SVGStyledLocatableElement,
48 SVGSVGElement(const QualifiedName&, Document*);
49 virtual ~SVGSVGElement();
55 // 'SVGSVGElement' functions
138 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::xAttr, SVGLength, X, x)
139 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::yAttr, SVGLength, Y, y)
140 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::widthAttr, SVGLength, Width, width)
141 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::heightAttr, SVGLength, Height, height)
144 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
147 DECLARE_ANIMATED_PROPERTY(SVGSVGElement, SVGNames::viewBoxAttr, FloatRect, ViewBox, viewBox
    [all...]
SVGDocument.idl 25 readonly attribute SVGSVGElement rootElement;
SVGDocumentExtensions.cpp 38 #include "SVGSVGElement.h"
55 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element)
60 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element)
70 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
71 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
78 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
79 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
85 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
86 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
SVGElement.idl 30 readonly attribute SVGSVGElement ownerSVGElement;
SVGDocument.cpp 31 #include "SVGSVGElement.h"
47 SVGSVGElement* SVGDocument::rootElement() const
51 return static_cast<SVGSVGElement*>(elem);
105 return static_cast<SVGSVGElement*>(node)->isValid();
SVGElement.h 36 class SVGSVGElement;
47 SVGSVGElement* ownerSVGElement() const;
SVGTransformList.cpp 27 #include "SVGSVGElement.h"
43 return SVGSVGElement::createSVGTransformFromMatrix(matrix);
SVGSVGElement.idl 26 // TODO: Fix SVGSVGElement inheritance (css::DocumentCSS)!
28 interface [Conditional=SVG] SVGSVGElement : SVGElement,
SVGLength.cpp 33 #include "SVGSVGElement.h"
292 const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(viewportElement);
SVGViewSpec.cpp 28 #include "SVGSVGElement.h"
34 SVGViewSpec::SVGViewSpec(const SVGSVGElement* contextElement)
SVGElement.cpp 45 #include "SVGSVGElement.h"
118 SVGSVGElement* SVGElement::ownerSVGElement() const
123 return static_cast<SVGSVGElement*>(n);
SVGUseElement.cpp 44 #include "SVGSVGElement.h"
802 RefPtr<SVGSVGElement> svgElement = new SVGSVGElement(SVGNames::svgTag, document());
    [all...]
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.h 44 class SVGSVGElement;
48 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); }
68 SMILTimeContainer(SVGSVGElement* owner);
96 SVGSVGElement* m_ownerSVGElement;
SMILTimeContainer.cpp 36 #include "SVGSVGElement.h"
45 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner)
SVGSMILElement.cpp 42 #include "SVGSVGElement.h"
157 SVGSVGElement* owner = ownerSVGElement();
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGViewportContainer.cpp 32 #include "SVGSVGElement.h"
74 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node());
98 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node());
RenderSVGRoot.cpp 33 #include "SVGSVGElement.h"
95 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node());
171 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node());
181 // In the SVGImage case grab the SVGLength values off of SVGSVGElement and use
196 SVGSVGElement* svg = static_cast<SVGSVGElement*>(node());
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 48 #include "SVGSVGElement.h"
110 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
122 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
134 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
159 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
170 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
  /external/webkit/WebCore/page/
FrameView.cpp 73 #include "SVGSVGElement.h"
897 RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement();
905 RefPtr<SVGSVGElement> svg = static_cast<SVGSVGElement*>(SVGLocatable::nearestViewportElement(viewElement.get()));
    [all...]
DOMWindow.idl     [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 299 V(SVGSVGELEMENT, SVGSVGElement) \
    [all...]

Completed in 169 milliseconds

1 2