Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp64 inline SVGSVGElement::SVGSVGElement(Document& doc) in SVGSVGElement() function in blink::SVGSVGElement
83 UseCounter::count(doc, UseCounter::SVGSVGElement); in SVGSVGElement()
86 DEFINE_NODE_FACTORY(SVGSVGElement) in DEFINE_NODE_FACTORY() argument
88 SVGSVGElement::~SVGSVGElement() in DEFINE_NODE_FACTORY()
104 PassRefPtr<SVGRectTearOff> SVGSVGElement::viewport() const in viewport()
111 float SVGSVGElement::pixelUnitToMillimeterX() const in pixelUnitToMillimeterX()
116 float SVGSVGElement::pixelUnitToMillimeterY() const in pixelUnitToMillimeterY()
121 float SVGSVGElement::screenPixelToMillimeterX() const in screenPixelToMillimeterX()
126 float SVGSVGElement::screenPixelToMillimeterY() const in screenPixelToMillimeterY()
131 SVGViewSpec* SVGSVGElement::currentView() in currentView()
[all …]
DSVGDocumentExtensions.h40 class SVGSVGElement; variable
50 void addTimeContainer(SVGSVGElement*);
51 void removeTimeContainer(SVGSVGElement*);
68 void addSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
69 void removeSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
70 bool isSVGRootWithRelativeLengthDescendents(SVGSVGElement*) const;
87 static SVGSVGElement* rootElement(const Document&);
88 SVGSVGElement* rootElement() const;
94 …WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_timeContainers; // For SVG 1.2 support thi…
104 …WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elemen…
DSVGDocumentExtensions.cpp54 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element) in addTimeContainer()
59 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element) in removeTimeContainer()
100 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers; in serviceAnimations()
102 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end(); in serviceAnimations()
103 …for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); … in serviceAnimations()
113 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers; in startAnimations()
115 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end(); in startAnimations()
116 …for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); … in startAnimations()
125 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator end = m_timeContainers.end(); in pauseAnimations()
126 …for (WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator itr = m_timeContainers.begin(… in pauseAnimations()
[all …]
DSVGViewSpec.h40 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement) in create()
63 SVGSVGElement* contextElement() { return m_contextElement.get(); } in contextElement()
66 explicit SVGViewSpec(SVGSVGElement*);
71 RawPtrWillBeMember<SVGSVGElement> m_contextElement;
DSVGSVGElement.h43 class SVGSVGElement FINAL : public SVGGraphicsElement,
48 DECLARE_NODE_FACTORY(SVGSVGElement);
123 explicit SVGSVGElement(Document&);
124 virtual ~SVGSVGElement();
DSVGSVGElement.idl29 ] interface SVGSVGElement : SVGGraphicsElement {
71 SVGSVGElement implements SVGFitToViewBox;
72 SVGSVGElement implements SVGZoomAndPan;
DSVGTransformListTearOff.cpp51 return SVGSVGElement::createSVGTransformFromMatrix(matrix); in createSVGTransformFromMatrix()
DSVGDocument.idl25 [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement rootElement;
DSVGTagNames.in76 svg interfaceName=SVGSVGElement
DSVGElement.h46 class SVGSVGElement; variable
81 SVGSVGElement* ownerSVGElement() const;
DSVGElement.idl25 readonly attribute SVGSVGElement? ownerSVGElement;
DSVGViewSpec.cpp32 SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement) in SVGViewSpec()
DSVGLengthContext.cpp314 const SVGSVGElement& svg = toSVGSVGElement(*viewportElement); in determineViewport()
DSVGUseElement.cpp618 …RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document()… in expandSymbolElementsInShadowTree()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.h45 class SVGSVGElement; variable
49 …static PassRefPtrWillBeRawPtr<SMILTimeContainer> create(SVGSVGElement& owner) { return adoptRefWil… in create()
74 explicit SMILTimeContainer(SVGSVGElement& owner);
119 SVGSVGElement& m_ownerSVGElement;
DSMILTimeContainer.cpp45 …explicit DiscardScope(SVGSVGElement& timeContainerOwner) : m_discardScopeElement(&timeContainerOwn… in DiscardScope()
48 RefPtr<SVGSVGElement> m_discardScopeElement;
52 SMILTimeContainer::SMILTimeContainer(SVGSVGElement& owner) in SMILTimeContainer()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp97 SVGSVGElement* rootElement = frame->document()->accessSVGExtensions().rootElement(); in currentFrameHasSingleSecurityOrigin()
122 static SVGSVGElement* svgRootElement(Page* page) in svgRootElement()
135 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in setContainerSize()
150 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in containerSize()
310 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in embeddedContentBox()
326 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in computeIntrinsicDimensions()
343 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in startAnimation()
351 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in stopAnimation()
359 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in resetAnimation()
368 SVGSVGElement* rootElement = svgRootElement(m_page.get()); in hasAnimations()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp70 SVGSVGElement* svg = toSVGSVGElement(node()); in computeIntrinsicRatioInformation()
126 SVGSVGElement* svg = toSVGSVGElement(node()); in computeReplacedLogicalWidth()
148 SVGSVGElement* svg = toSVGSVGElement(node()); in computeReplacedLogicalHeight()
181 SVGSVGElement* svg = toSVGSVGElement(node()); in layout()
230 SVGSVGElement* svg = toSVGSVGElement(node()); in paintReplaced()
319 SVGSVGElement* svg = toSVGSVGElement(node()); in buildLocalToBorderBoxTransform()
DRenderSVGViewportContainer.cpp63 SVGSVGElement* svg = toSVGSVGElement(element); in calcViewport()
90 SVGSVGElement* svg = toSVGSVGElement(element()); in viewportTransform()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.h166 SVGSVGElement = 138, enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp406 ../../core/svg/SVGSVGElement.idl
Dcore_idl_files_list.tmp412 ../../core/svg/SVGSVGElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp412 ../../../core/svg/SVGSVGElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp406 ../../core/svg/SVGSVGElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp412 ../../../core/svg/SVGSVGElement.idl

12345