Searched refs:DOMHTMLOptionsCollection (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebKit/win/ |
D | DOMHTMLClasses.cpp | 124 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() 138 DOMHTMLOptionsCollection::DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection* collection) in DOMHTMLOptionsCollection() function in DOMHTMLOptionsCollection 143 IDOMHTMLOptionsCollection* DOMHTMLOptionsCollection::createInstance(WebCore::HTMLOptionsCollection*… in createInstance() 149 DOMHTMLOptionsCollection* newCollection = new DOMHTMLOptionsCollection(collection); in createInstance() 158 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::length( in length() 168 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::setLength( in setLength() 175 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::item( in item() 187 HRESULT STDMETHODCALLTYPE DOMHTMLOptionsCollection::namedItem( in namedItem() 712 *result = DOMHTMLOptionsCollection::createInstance(selectElement->options().get()); in options()
|
D | ChangeLog | 7646 E_FAIL. Otherwise, create a DOMHTMLOptionsCollection to wrap the 7654 DOMHTMLOptionsCollection is missing some implementation. 7661 (DOMHTMLOptionsCollection::DOMHTMLOptionsCollection): 7663 (DOMHTMLOptionsCollection::createInstance): 7664 Create a DOMHTMLOptionsCollection. If we fail to query for 7667 (DOMHTMLOptionsCollection::length): 7668 (DOMHTMLOptionsCollection::item): 7670 (DOMHTMLOptionsCollection::namedItem): 7674 Declare DOMHTMLOptionsCollection::createInstance(). Correct the 7676 member to DOMHTMLOptionsCollection to hold the WebCore object.
|
D | DOMHTMLClasses.h | 99 class DOMHTMLOptionsCollection : public DOMObject, public IDOMHTMLOptionsCollection 157 DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection*);
|
D | ChangeLog-2009-06-16 | 22606 (DOMHTMLOptionsCollection::QueryInterface): 22607 (DOMHTMLOptionsCollection::length): 22608 (DOMHTMLOptionsCollection::setLength): 22609 (DOMHTMLOptionsCollection::item): 22610 (DOMHTMLOptionsCollection::namedItem): 22772 (DOMHTMLOptionsCollection::AddRef): 22773 (DOMHTMLOptionsCollection::Release): 22774 (DOMHTMLOptionsCollection::throwException): 22775 (DOMHTMLOptionsCollection::callWebScriptMethod): 22776 (DOMHTMLOptionsCollection::evaluateWebScript): [all …]
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMHTML.h | 73 #import <WebCore/DOMHTMLOptionsCollection.h>
|
D | DOMHTML.mm | 202 return [DOMHTMLOptionsCollection class];
|
D | PublicDOMInterfaces.h | 741 @interface DOMHTMLOptionsCollection : DOMObject WEBKIT_VERSION_1_3 786 @property(readonly, retain) DOMHTMLOptionsCollection *options;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMHTML.idl | 70 @interface DOMHTMLOptionsCollection : DOMObject 433 - (DOMHTMLOptionsCollection *)options;
|
/external/webkit/Source/WebKit/mac/ |
D | MigrateHeaders.make | 130 $(PUBLIC_HEADERS_DIR)/DOMHTMLOptionsCollection.h \
|
D | ChangeLog-2007-10-14 | 16444 and DOMHTMLOptionsCollection.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 591 …20 /* DOMHTMLOptionsCollection.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 85D… 2479 …500AD64C5 /* DOMHTMLOptionsCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DF2F990AA… 2480 …500AD64C5 /* DOMHTMLOptionsCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85DF2F9A0A… 6129 1C11CCB80AA6093700DADB20 /* DOMHTMLOptionsCollection.h in Copy Generated Headers */, 9084 …5 /* DOMHTMLOptionsCollection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 9085 … DOMHTMLOptionsCollection.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = … 15261 85DF2F990AA3CAE500AD64C5 /* DOMHTMLOptionsCollection.h */, 15262 85DF2F9A0AA3CAE500AD64C5 /* DOMHTMLOptionsCollection.mm */, 20429 85DF2F9B0AA3CAE500AD64C5 /* DOMHTMLOptionsCollection.h in Headers */, 23676 85DF2F9C0AA3CAE500AD64C5 /* DOMHTMLOptionsCollection.mm in Sources */,
|
/external/webkit/Source/WebCore/ |
D | WebCore.gypi | 99 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMHTMLOptionsCollection.h', 6641 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMHTMLOptionsCollection.mm',
|
D | ChangeLog-2005-08-23 | 41474 (-[DOMHTMLOptionsCollection finalize]): Added. 43997 (+[DOMHTMLOptionsCollection _optionsCollectionWithImpl:]): Added. 43998 (-[DOMHTMLOptionsCollection length]): Implemented. 43999 (-[DOMHTMLOptionsCollection setLength:]): Implemented. 44000 (-[DOMHTMLOptionsCollection item:]): Implemented. 44001 (-[DOMHTMLOptionsCollection namedItem:]): Implemented. 45729 (-[DOMHTMLOptionsCollection dealloc]): Added override to deref, fixes theoretical leak. 45746 … (-[DOMHTMLOptionsCollection length]): Put in an "unimplemented" version instead of leaving out 45748 (-[DOMHTMLOptionsCollection setLength:]): Ditto. 45749 (-[DOMHTMLOptionsCollection item:]): Ditto. [all …]
|
D | WebCore.order | 26097 -[DOMHTMLOptionsCollection dealloc]
|
D | ChangeLog-2006-12-31 | 33479 (+[DOMHTMLOptionsCollection _HTMLOptionsCollectionWith:]): 35223 and DOMHTMLOptionsCollection, and lays groundwork for the rest of the 55239 (-[DOMHTMLOptionsCollection dealloc]): 55240 (-[DOMHTMLOptionsCollection finalize]): 55241 (-[DOMHTMLOptionsCollection _initWithOptionsCollection:]): 55242 (-[DOMHTMLOptionsCollection _optionsCollection]):
|
D | ChangeLog-2005-12-19 | 18425 (-[DOMHTMLOptionsCollection length]): 18426 (-[DOMHTMLOptionsCollection setLength:]): 18427 (-[DOMHTMLOptionsCollection item:]):
|
D | ChangeLog-2006-05-10 | 24668 (-[DOMHTMLOptionsCollection setLength:]): Handle possible exception.
|