Home
last modified time | relevance | path

Searched refs:SVGElementInstanceList (Results 1 – 25 of 45) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGElementInstanceList.h30 class SVGElementInstanceList : public RefCounted<SVGElementInstanceList> {
32 …static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return ado… in create()
33 virtual ~SVGElementInstanceList();
39 SVGElementInstanceList(PassRefPtr<SVGElementInstance>);
H A DSVGElementInstanceList.cpp27 SVGElementInstanceList::SVGElementInstanceList(PassRefPtr<SVGElementInstance> rootInstance) in SVGElementInstanceList() function in WebCore::SVGElementInstanceList
32 SVGElementInstanceList::~SVGElementInstanceList() in ~SVGElementInstanceList()
36 unsigned SVGElementInstanceList::length() const in length()
45 SVGElementInstance* SVGElementInstanceList::item(unsigned index) in item()
H A DSVGElementInstance.cpp81 PassRefPtr<SVGElementInstanceList> SVGElementInstance::childNodes() in childNodes()
83 return SVGElementInstanceList::create(this); in childNodes()
H A DSVGElementInstance.h37 class SVGElementInstanceList; variable
70 PassRefPtr<SVGElementInstanceList> childNodes();
H A DSVGElementInstanceList.idl27 interface [Conditional=SVG] SVGElementInstanceList {
H A DSVGElementInstance.idl41 readonly attribute SVGElementInstanceList childNodes;
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGElementInstanceList.h32 class SVGElementInstanceList : public RefCounted<SVGElementInstanceList>
35 static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> rootInstance) in create()
37 return adoptRef(new SVGElementInstanceList(rootInstance)); in create()
39 virtual ~SVGElementInstanceList();
45 SVGElementInstanceList(PassRefPtr<SVGElementInstance> rootInstance);
H A DSVGElementInstanceList.cpp30 SVGElementInstanceList::SVGElementInstanceList(PassRefPtr<SVGElementInstance> rootInstance) in SVGElementInstanceList() function in WebCore::SVGElementInstanceList
35 SVGElementInstanceList::~SVGElementInstanceList() in ~SVGElementInstanceList()
39 unsigned int SVGElementInstanceList::length() const in length()
51 RefPtr<SVGElementInstance> SVGElementInstanceList::item(unsigned int index) in item()
H A DSVGElementInstance.h37 class SVGElementInstanceList; variable
50 PassRefPtr<SVGElementInstanceList> childNodes();
H A DSVGElementInstance.cpp80 PassRefPtr<SVGElementInstanceList> SVGElementInstance::childNodes() in childNodes()
82 return SVGElementInstanceList::create(this); in childNodes()
H A DSVGElementInstanceList.idl27 interface [Conditional=SVG] SVGElementInstanceList {
H A DSVGElementInstance.idl31 readonly attribute SVGElementInstanceList childNodes;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGElementInstanceList.h34 class SVGElementInstanceList; variable
39 … JSSVGElementInstanceList(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<SVGElementInstanceList>);
51 SVGElementInstanceList* impl() const { return m_impl.get(); } in impl()
54 RefPtr<SVGElementInstanceList> m_impl;
59 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, SVGElementInstanceList*);
60 SVGElementInstanceList* toSVGElementInstanceList(JSC::JSValue);
H A DJSSVGElementInstanceList.cpp139 …ist(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<SVGElementInstanceList> impl) in JSSVGElementInstanceList()
165 SVGElementInstanceList* imp = static_cast<SVGElementInstanceList*>(castedThis->impl()); in jsSVGElementInstanceListLength()
188 SVGElementInstanceList* imp = static_cast<SVGElementInstanceList*>(castedThis->impl()); in jsSVGElementInstanceListPrototypeFunctionItem()
198 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, SVGElementInstanceList* im… in toJS()
203 SVGElementInstanceList* toSVGElementInstanceList(JSC::JSValue value) in toSVGElementInstanceList()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DMakefile.am28 SVGElementInstanceList.cpp SVGLengthList.cpp SVGNumberList.cpp\
H A DMakefile.in152 SVGElementInstanceList.cpp SVGLengthList.cpp SVGNumberList.cpp \
174 SVGTransformable.lo SVGElementInstanceList.lo SVGLengthList.lo \
219 ./$(DEPDIR)/SVGElementInstanceList.Plo \
501 SVGElementInstanceList.cpp SVGLengthList.cpp SVGNumberList.cpp\
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SVGElementInstanceList.Plo@am__quote@ # am--includ…
902 -rm -f ./$(DEPDIR)/SVGElementInstanceList.Plo
1005 -rm -f ./$(DEPDIR)/SVGElementInstanceList.Plo
/dports/graphics/wxsvg/wxsvg-1.5.22/share/
H A Dsvg.idl54 interface SVGElementInstanceList;
526 readonly attribute SVGElementInstanceList childNodes;
533 interface SVGElementInstanceList {
/dports/graphics/wxsvg/wxsvg-1.5.22/svgview/
H A Dsvgview.dev541 FileName=..\src\SVGElementInstanceList.cpp
1131 FileName=..\include\wxSVG\SVGElementInstanceList.h
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMWindow.idl643 attribute SVGElementInstanceListConstructor SVGElementInstanceList;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DCodeGenerators.pri406 svg/SVGElementInstanceList.idl \
H A DWebCore.pro2334 svg/SVGElementInstanceList.h \
3241 svg/SVGElementInstanceList.cpp \
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/nodejsmodules/dom_page/
H A DDOMWindow.idl643 attribute SVGElementInstanceListConstructor SVGElementInstanceList;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.dom.d.ts12830 interface SVGElementInstanceList { interface
12837 declare var SVGElementInstanceList: { variable
12838 prototype: SVGElementInstanceList;
12839 new(): SVGElementInstanceList;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.dom.d.ts13197 interface SVGElementInstanceList { interface
13204 declare var SVGElementInstanceList: { variable
13205 prototype: SVGElementInstanceList;
13206 new(): SVGElementInstanceList;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.dom.d.ts13037 interface SVGElementInstanceList { interface
13044 declare var SVGElementInstanceList: { variable
13045 prototype: SVGElementInstanceList;
13046 new(): SVGElementInstanceList;

12