/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGSVGElement.cpp | 64 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 …]
|
D | SVGDocumentExtensions.h | 40 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…
|
D | SVGDocumentExtensions.cpp | 54 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 …]
|
D | SVGViewSpec.h | 40 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;
|
D | SVGSVGElement.h | 43 class SVGSVGElement FINAL : public SVGGraphicsElement, 48 DECLARE_NODE_FACTORY(SVGSVGElement); 123 explicit SVGSVGElement(Document&); 124 virtual ~SVGSVGElement();
|
D | SVGSVGElement.idl | 29 ] interface SVGSVGElement : SVGGraphicsElement { 71 SVGSVGElement implements SVGFitToViewBox; 72 SVGSVGElement implements SVGZoomAndPan;
|
D | SVGTransformListTearOff.cpp | 51 return SVGSVGElement::createSVGTransformFromMatrix(matrix); in createSVGTransformFromMatrix()
|
D | SVGDocument.idl | 25 [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement rootElement;
|
D | SVGTagNames.in | 76 svg interfaceName=SVGSVGElement
|
D | SVGElement.h | 46 class SVGSVGElement; variable 81 SVGSVGElement* ownerSVGElement() const;
|
D | SVGElement.idl | 25 readonly attribute SVGSVGElement? ownerSVGElement;
|
D | SVGViewSpec.cpp | 32 SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement) in SVGViewSpec()
|
D | SVGLengthContext.cpp | 314 const SVGSVGElement& svg = toSVGSVGElement(*viewportElement); in determineViewport()
|
D | SVGUseElement.cpp | 618 …RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document()… in expandSymbolElementsInShadowTree()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SMILTimeContainer.h | 45 class SVGSVGElement; variable 49 …static PassRefPtrWillBeRawPtr<SMILTimeContainer> create(SVGSVGElement& owner) { return adoptRefWil… in create() 74 explicit SMILTimeContainer(SVGSVGElement& owner); 119 SVGSVGElement& m_ownerSVGElement;
|
D | SMILTimeContainer.cpp | 45 …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/ |
D | SVGImage.cpp | 97 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/ |
D | RenderSVGRoot.cpp | 70 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()
|
D | RenderSVGViewportContainer.cpp | 63 SVGSVGElement* svg = toSVGSVGElement(element); in calcViewport() 90 SVGSVGElement* svg = toSVGSVGElement(element()); in viewportTransform()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | UseCounter.h | 166 SVGSVGElement = 138, enumerator
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 406 ../../core/svg/SVGSVGElement.idl
|
D | core_idl_files_list.tmp | 412 ../../core/svg/SVGSVGElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 412 ../../../core/svg/SVGSVGElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 406 ../../core/svg/SVGSVGElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 412 ../../../core/svg/SVGSVGElement.idl
|