Searched refs:DOMHTMLCollection (Results 1 – 15 of 15) sorted by relevance
| /external/webkit/WebKit/win/ |
| D | DOMHTMLClasses.cpp | 54 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()
|
| D | DOMHTMLClasses.h | 39 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection 42 DOMHTMLCollection(WebCore::HTMLCollection* c);
|
| D | ChangeLog-2009-06-16 | 17030 (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/ |
| D | PublicDOMInterfaces.h | 83 @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 …]
|
| D | DOMHTML.h | 39 #import <WebCore/DOMHTMLCollection.h>
|
| D | DOMHTML.mm | 189 return [DOMHTMLCollection class];
|
| /external/webkit/WebKit/win/Interfaces/ |
| D | DOMHTML.idl | 42 @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/ |
| D | MigrateHeaders.make | 88 $(PUBLIC_HEADERS_DIR)/DOMHTMLCollection.h \
|
| D | ChangeLog-2007-10-14 | 16443 Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement,
|
| /external/webkit/V8Binding/ |
| D | DerivedSources.make | 93 DOMHTMLCollection.h \
|
| /external/webkit/WebCore/ |
| D | WebCore.order | 4073 -[DOMHTMLCollection length] 4079 -[DOMHTMLCollection item:] 4124 -[DOMHTMLCollection dealloc]
|
| D | ChangeLog-2006-12-31 | 33478 (+[DOMHTMLCollection _HTMLCollectionWith:]): 35222 Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement, 55235 (-[DOMHTMLCollection dealloc]): 55236 (-[DOMHTMLCollection finalize]): 55237 (-[DOMHTMLCollection _collection]): 55238 (-[DOMHTMLCollection _initWithCollection:]):
|
| D | ChangeLog-2005-12-19 | 18423 (-[DOMHTMLCollection length]): 18424 (-[DOMHTMLCollection item:]):
|
| D | ChangeLog-2005-08-23 | 41473 (-[DOMHTMLCollection finalize]): Added. 45728 (-[DOMHTMLCollection dealloc]): Added override to deref, fixes leak.
|
| /external/webkit/WebCore/WebCore.xcodeproj/ |
| D | project.pbxproj | 477 …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 */,
|