Home
last modified time | relevance | path

Searched refs:DOMHTMLCollection (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebKit/win/
DDOMHTMLClasses.cpp55 DOMHTMLCollection::DOMHTMLCollection(WebCore::HTMLCollection* c) in DOMHTMLCollection() function in DOMHTMLCollection
60 IDOMHTMLCollection* DOMHTMLCollection::createInstance(WebCore::HTMLCollection* c) in createInstance()
66 DOMHTMLCollection* newCollection = new DOMHTMLCollection(c); in createInstance()
77 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()
91 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::length( in length()
102 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::item( in item()
114 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::namedItem( in namedItem()
308 *collection = DOMHTMLCollection::createInstance(htmlDoc->forms().get()); in forms()
DDOMHTMLClasses.h40 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection
43 DOMHTMLCollection(WebCore::HTMLCollection* c);
DChangeLog-2009-06-1617030 (DOMHTMLCollection::DOMHTMLCollection): Added
17031 (DOMHTMLCollection::createInstance): Added
17032 (DOMHTMLCollection::length): Implemented
17033 (DOMHTMLCollection::item): Implemented
22602 (DOMHTMLCollection::QueryInterface):
22603 (DOMHTMLCollection::length):
22604 (DOMHTMLCollection::item):
22605 (DOMHTMLCollection::namedItem):
22762 (DOMHTMLCollection::AddRef):
22763 (DOMHTMLCollection::Release):
[all …]
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h83 @property(readonly, retain) DOMHTMLCollection *images;
84 @property(readonly, retain) DOMHTMLCollection *applets;
85 @property(readonly, retain) DOMHTMLCollection *links;
86 @property(readonly, retain) DOMHTMLCollection *forms;
87 @property(readonly, retain) DOMHTMLCollection *anchors;
425 @interface DOMHTMLCollection : DOMObject WEBKIT_VERSION_1_3
445 @property(readonly, retain) DOMHTMLCollection *embeds AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
446 @property(readonly, retain) DOMHTMLCollection *plugins AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
447 @property(readonly, retain) DOMHTMLCollection *scripts AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
479 @property(readonly, retain) DOMHTMLCollection *children;
[all …]
DDOMHTML.h40 #import <WebCore/DOMHTMLCollection.h>
DDOMHTML.mm195 return [DOMHTMLCollection class];
/external/webkit/WebKit/win/Interfaces/
DDOMHTML.idl42 @interface DOMHTMLCollection : DOMObject
147 - (DOMHTMLCollection *)images;
152 - (DOMHTMLCollection *)applets;
157 - (DOMHTMLCollection *)links;
162 - (DOMHTMLCollection *)forms;
167 - (DOMHTMLCollection *)anchors;
306 - (DOMHTMLCollection *)elements;
/external/webkit/WebKit/mac/
DMigrateHeaders.make90 $(PUBLIC_HEADERS_DIR)/DOMHTMLCollection.h \
DChangeLog-2007-10-1416443 Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement,
/external/webkit/WebCore/
DWebCore.order4070 -[DOMHTMLCollection length]
4076 -[DOMHTMLCollection item:]
4121 -[DOMHTMLCollection dealloc]
DChangeLog-2006-12-3133478 (+[DOMHTMLCollection _HTMLCollectionWith:]):
35222 Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement,
55235 (-[DOMHTMLCollection dealloc]):
55236 (-[DOMHTMLCollection finalize]):
55237 (-[DOMHTMLCollection _collection]):
55238 (-[DOMHTMLCollection _initWithCollection:]):
DChangeLog-2005-12-1918423 (-[DOMHTMLCollection length]):
18424 (-[DOMHTMLCollection item:]):
DChangeLog-2005-08-2341473 (-[DOMHTMLCollection finalize]): Added.
45728 (-[DOMHTMLCollection dealloc]): Added override to deref, fixes leak.
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj502 …700DADB20 /* DOMHTMLCollection.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85D…
2003 …0AA3C88100AD64C5 /* DOMHTMLCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF2F8C0AA…
2004 …0AA3C88100AD64C5 /* DOMHTMLCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85DF2F8D0A…
4949 1C11CCBA0AA6093700DADB20 /* DOMHTMLCollection.h in Copy Generated Headers */,
7413 …00AD64C5 /* DOMHTMLCollection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
7414 …64C5 /* DOMHTMLCollection.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = …
12256 85DF2F8C0AA3C88100AD64C5 /* DOMHTMLCollection.h */,
12257 85DF2F8D0AA3C88100AD64C5 /* DOMHTMLCollection.mm */,
16410 85DF2F8E0AA3C88100AD64C5 /* DOMHTMLCollection.h in Headers */,
19026 85DF2F8F0AA3C88100AD64C5 /* DOMHTMLCollection.mm in Sources */,