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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocument.idl 25 [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement rootElement;
SVGSVGElement.cpp 25 #include "core/svg/SVGSVGElement.h"
64 inline SVGSVGElement::SVGSVGElement(Document& doc)
83 UseCounter::count(doc, UseCounter::SVGSVGElement);
86 DEFINE_NODE_FACTORY(SVGSVGElement)
88 SVGSVGElement::~SVGSVGElement()
104 PassRefPtr<SVGRectTearOff> SVGSVGElement::viewport() const
111 float SVGSVGElement::pixelUnitToMillimeterX() const
116 float SVGSVGElement::pixelUnitToMillimeterY() cons
    [all...]
SVGDocumentExtensions.h 40 class SVGSVGElement;
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 this will need to be made more general.
104 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants
    [all...]
SVGViewSpec.h 25 #include "core/svg/SVGSVGElement.h"
40 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement)
63 SVGSVGElement* contextElement() { return m_contextElement.get(); }
66 explicit SVGViewSpec(SVGSVGElement*);
71 RawPtrWillBeMember<SVGSVGElement> m_contextElement;
SVGDocumentExtensions.cpp 32 #include "core/svg/SVGSVGElement.h"
54 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element)
59 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element)
100 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
102 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
103 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
113 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
115 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
116 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) {
125 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> >::iterator end = m_timeContainers.end()
    [all...]
SVGElement.idl 25 readonly attribute SVGSVGElement? ownerSVGElement;
SVGSVGElement.idl 29 ] interface SVGSVGElement : SVGGraphicsElement {
71 SVGSVGElement implements SVGFitToViewBox;
72 SVGSVGElement implements SVGZoomAndPan;
SVGTransformListTearOff.cpp 36 #include "core/svg/SVGSVGElement.h"
51 return SVGSVGElement::createSVGTransformFromMatrix(matrix);
SVGSVGElement.h 43 class SVGSVGElement FINAL : public SVGGraphicsElement,
48 DECLARE_NODE_FACTORY(SVGSVGElement);
55 // 'SVGSVGElement' functions
123 explicit SVGSVGElement(Document&);
124 virtual ~SVGSVGElement();
SVGElement.h 46 class SVGSVGElement;
73 AncestorScope // Used by SVGSVGElement::get{Enclosure|Intersection}List()
81 SVGSVGElement* ownerSVGElement() const;
SVGViewSpec.cpp 32 SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement)
36 // SVGSVGElement holds a strong-ref to this SVGViewSpec, so this is kept alive as:
37 // AnimatedProperty tearoff -(contextElement)-> SVGSVGElement -(RefPtr)-> SVGViewSpec.
SVGLengthContext.cpp 35 #include "core/svg/SVGSVGElement.h"
314 const SVGSVGElement& svg = toSVGSVGElement(*viewportElement);
SVGUseElement.cpp 42 #include "core/svg/SVGSVGElement.h"
618 RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document());
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 45 class SVGSVGElement;
49 static PassRefPtrWillBeRawPtr<SMILTimeContainer> create(SVGSVGElement& owner) { return adoptRefWillBeNoop(new SMILTimeContainer(owner)); }
74 explicit SMILTimeContainer(SVGSVGElement& owner);
119 SVGSVGElement& m_ownerSVGElement;
SMILTimeContainer.cpp 33 #include "core/svg/SVGSVGElement.h"
45 explicit DiscardScope(SVGSVGElement& timeContainerOwner) : m_discardScopeElement(&timeContainerOwner) { }
48 RefPtr<SVGSVGElement> m_discardScopeElement;
52 SMILTimeContainer::SMILTimeContainer(SVGSVGElement& owner)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.cpp 28 #include "core/svg/SVGSVGElement.h"
63 SVGSVGElement* svg = toSVGSVGElement(element);
90 SVGSVGElement* svg = toSVGSVGElement(element());
RenderSVGRoot.cpp 39 #include "core/svg/SVGSVGElement.h"
70 SVGSVGElement* svg = toSVGSVGElement(node());
126 SVGSVGElement* svg = toSVGSVGElement(node());
148 SVGSVGElement* svg = toSVGSVGElement(node());
181 SVGSVGElement* svg = toSVGSVGElement(node());
230 SVGSVGElement* svg = toSVGSVGElement(node());
319 SVGSVGElement* svg = toSVGSVGElement(node());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 45 #include "core/svg/SVGSVGElement.h"
97 SVGSVGElement* rootElement = frame->document()->accessSVGExtensions().rootElement();
122 static SVGSVGElement* svgRootElement(Page* page)
135 SVGSVGElement* rootElement = svgRootElement(m_page.get());
150 SVGSVGElement* rootElement = svgRootElement(m_page.get());
310 SVGSVGElement* rootElement = svgRootElement(m_page.get());
326 SVGSVGElement* rootElement = svgRootElement(m_page.get());
343 SVGSVGElement* rootElement = svgRootElement(m_page.get());
351 SVGSVGElement* rootElement = svgRootElement(m_page.get());
359 SVGSVGElement* rootElement = svgRootElement(m_page.get())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 166 SVGSVGElement = 138,
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \
webcore_svg.target.darwin-arm64.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \
webcore_svg.target.darwin-mips.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \
webcore_svg.target.darwin-mips64.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \
webcore_svg.target.darwin-x86.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \
webcore_svg.target.darwin-x86_64.mk 210 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp \

Completed in 209 milliseconds

1 2 3 4