HomeSort by relevance Sort by last modified time
    Searched refs:SVGDocumentExtensions (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocument.idl 23 ImplementedAs=SVGDocumentExtensions
SVGDocumentExtensions.cpp 23 #include "core/svg/SVGDocumentExtensions.h"
39 SVGDocumentExtensions::SVGDocumentExtensions(Document* document)
48 SVGDocumentExtensions::~SVGDocumentExtensions()
52 void SVGDocumentExtensions::addTimeContainer(SVGSVGElement* element)
57 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element)
62 void SVGDocumentExtensions::addResource(const AtomicString& id, RenderSVGResourceContainer* resource)
73 void SVGDocumentExtensions::removeResource(const AtomicString& id)
81 RenderSVGResourceContainer* SVGDocumentExtensions::resourceById(const AtomicString& id) cons
    [all...]
SVGDocumentExtensions.h 46 class SVGDocumentExtensions : public NoBaseWillBeGarbageCollectedFinalized<SVGDocumentExtensions> {
47 WTF_MAKE_NONCOPYABLE(SVGDocumentExtensions); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
50 explicit SVGDocumentExtensions(Document*);
51 ~SVGDocumentExtensions();
SVGElement.h 42 class SVGDocumentExtensions;
86 SVGDocumentExtensions& accessDocumentSVGExtensions();
SVGElement.cpp 44 #include "core/svg/SVGDocumentExtensions.h"
147 SVGDocumentExtensions& extensions = document.accessSVGExtensions();
222 SVGDocumentExtensions& extensions = document().accessSVGExtensions();
458 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions();
519 SVGDocumentExtensions& SVGElement::accessDocumentSVGExtensions()
    [all...]
SVGSVGElement.cpp 566 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 34 static inline SVGDocumentExtensions& svgExtensionsFromElement(SVGElement* element)
93 SVGDocumentExtensions& extensions = svgExtensionsFromElement(element());
211 SVGDocumentExtensions& extensions = svgExtensionsFromElement(element());
217 OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions.removePendingResource(m_id));
223 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
224 for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
SVGResourcesCache.cpp 27 #include "core/svg/SVGDocumentExtensions.h"
88 SVGDocumentExtensions& extensions = document.accessSVGExtensions();
195 SVGDocumentExtensions& extensions = clientElement->document().accessSVGExtensions();
SVGResources.cpp 199 static inline void registerPendingResource(SVGDocumentExtensions& extensions, const AtomicString& id, SVGElement* element)
236 SVGDocumentExtensions& extensions = object->document().accessSVGExtensions();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.cpp 15 #include "core/svg/SVGDocumentExtensions.h"
38 SVGDocumentExtensions::serviceOnAnimationFrame(*localFrame->document(), monotonicAnimationStartTime);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 149 class SVGDocumentExtensions;
    [all...]
Document.cpp 174 #include "core/svg/SVGDocumentExtensions.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm64.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.linux-arm64.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.darwin-arm.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.darwin-mips.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.darwin-x86.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.darwin-x86_64.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.linux-arm.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.linux-mips.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.linux-x86.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
webcore_svg.target.linux-x86_64.mk 112 third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 72 #include "core/svg/SVGDocumentExtensions.h"
    [all...]

Completed in 356 milliseconds