Home
last modified time | relevance | path

Searched refs:SVGDocumentExtensions (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp41 SVGDocumentExtensions::SVGDocumentExtensions(Document* document) in SVGDocumentExtensions() function in blink::SVGDocumentExtensions
50 SVGDocumentExtensions::~SVGDocumentExtensions() in ~SVGDocumentExtensions()
54 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element) in addTimeContainer()
59 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element) in removeTimeContainer()
64 void SVGDocumentExtensions::addResource(const AtomicString& id, RenderSVGResourceContainer* resourc… in addResource()
75 void SVGDocumentExtensions::removeResource(const AtomicString& id) in removeResource()
83 RenderSVGResourceContainer* SVGDocumentExtensions::resourceById(const AtomicString& id) const in resourceById()
91 void SVGDocumentExtensions::serviceOnAnimationFrame(Document& document, double monotonicAnimationSt… in serviceOnAnimationFrame()
98 void SVGDocumentExtensions::serviceAnimations(double monotonicAnimationStartTime) in serviceAnimations()
107 void SVGDocumentExtensions::startAnimations() in startAnimations()
[all …]
DSVGDocumentExtensions.h43 class SVGDocumentExtensions : public NoBaseWillBeGarbageCollectedFinalized<SVGDocumentExtensions> {
44 WTF_MAKE_NONCOPYABLE(SVGDocumentExtensions); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
47 explicit SVGDocumentExtensions(Document*);
48 ~SVGDocumentExtensions();
DSVGDocument.idl23 ImplementedAs=SVGDocumentExtensions
DSVGElement.h42 class SVGDocumentExtensions; variable
84 SVGDocumentExtensions& accessDocumentSVGExtensions();
DSVGElement.cpp128 SVGDocumentExtensions& extensions = document.accessSVGExtensions(); in buildPendingResourcesIfNeeded()
190 SVGDocumentExtensions& extensions = document().accessSVGExtensions(); in reportAttributeParsingError()
403 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation()
464 SVGDocumentExtensions& SVGElement::accessDocumentSVGExtensions() in accessDocumentSVGExtensions()
DSVGSVGElement.cpp564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions(); in removedFrom()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.cpp34 static inline SVGDocumentExtensions& svgExtensionsFromElement(SVGElement* element) in svgExtensionsFromElement()
93 SVGDocumentExtensions& extensions = svgExtensionsFromElement(element()); in idChanged()
206 SVGDocumentExtensions& extensions = svgExtensionsFromElement(element()); in registerResource()
212 …OwnPtrWillBeRawPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions.removePendingReso… in registerResource()
218 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end(); in registerResource()
219 …for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; +… in registerResource()
DSVGResourcesCache.cpp87 SVGDocumentExtensions& extensions = document.accessSVGExtensions(); in resourcesCacheFromRenderObject()
194 SVGDocumentExtensions& extensions = clientElement->document().accessSVGExtensions(); in resourceDestroyed()
DSVGResources.cpp197 static inline void registerPendingResource(SVGDocumentExtensions& extensions, const AtomicString& i… in registerPendingResource()
233 SVGDocumentExtensions& extensions = object->document().accessSVGExtensions(); in buildResources()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageAnimator.cpp62 SVGDocumentExtensions::serviceOnAnimationFrame(*documents[i], monotonicAnimationStartTime); in serviceScriptedAnimations()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h131 class SVGDocumentExtensions; variable
877 const SVGDocumentExtensions* svgExtensions();
878 SVGDocumentExtensions& accessSVGExtensions();
1289 OwnPtrWillBeMember<SVGDocumentExtensions> m_svgExtensions;
DDocument.cpp4565 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions()
4570 SVGDocumentExtensions& Document::accessSVGExtensions() in accessSVGExtensions()
4573 m_svgExtensions = adoptPtrWillBeNoop(new SVGDocumentExtensions(this)); in accessSVGExtensions()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.darwin-mips64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.darwin-arm64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-mips.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.darwin-mips.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-x86_64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-x86.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-mips64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-arm64.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.darwin-arm.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.linux-arm.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
Dwebcore_svg.target.darwin-x86.mk111 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1389 if (SVGSVGElement* svg = SVGDocumentExtensions::rootElement(*m_frame->document())) { in scrollToAnchor()

12