Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DDOMHTMLClasses.cpp54 DOMHTMLCollection::DOMHTMLCollection(WebCore::HTMLCollection* c) in DOMHTMLCollection() function in DOMHTMLCollection
59 IDOMHTMLCollection* DOMHTMLCollection::createInstance(WebCore::HTMLCollection* c) in createInstance()
65 DOMHTMLCollection* newCollection = new DOMHTMLCollection(c); in createInstance()
76 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()
90 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::length( in length()
101 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::item( in item()
113 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::namedItem( in namedItem()
280 *collection = DOMHTMLCollection::createInstance(htmlDoc->forms().get()); in forms()
DDOMHTMLClasses.h39 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection
42 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;
418 @interface DOMHTMLCollection : DOMObject WEBKIT_VERSION_1_3
438 @property(readonly, retain) DOMHTMLCollection *embeds AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
439 @property(readonly, retain) DOMHTMLCollection *plugins AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
440 @property(readonly, retain) DOMHTMLCollection *scripts AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
472 @property(readonly, retain) DOMHTMLCollection *children;
[all …]
DDOMHTML.h39 #import <WebCore/DOMHTMLCollection.h>
DDOMHTML.mm189 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.make88 $(PUBLIC_HEADERS_DIR)/DOMHTMLCollection.h \
DChangeLog-2007-10-1416443 Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement,
/external/webkit/V8Binding/
DDerivedSources.make93 DOMHTMLCollection.h \
/external/webkit/WebCore/
DWebCore.order4073 -[DOMHTMLCollection length]
4079 -[DOMHTMLCollection item:]
4124 -[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.pbxproj477 …700DADB20 /* DOMHTMLCollection.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85D…
1765 …0AA3C88100AD64C5 /* DOMHTMLCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF2F8C0AA…
1766 …0AA3C88100AD64C5 /* DOMHTMLCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85DF2F8D0A…
4619 1C11CCBA0AA6093700DADB20 /* DOMHTMLCollection.h in Copy Generated Headers */,
6810 …00AD64C5 /* DOMHTMLCollection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
6811 …64C5 /* DOMHTMLCollection.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = …
11329 85DF2F8C0AA3C88100AD64C5 /* DOMHTMLCollection.h */,
11330 85DF2F8D0AA3C88100AD64C5 /* DOMHTMLCollection.mm */,
15218 85DF2F8E0AA3C88100AD64C5 /* DOMHTMLCollection.h in Headers */,
17684 85DF2F8F0AA3C88100AD64C5 /* DOMHTMLCollection.mm in Sources */,