Home
last modified time | relevance | path

Searched refs:DOMHTMLOptionsCollection (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.cpp124 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()
DChangeLog7646 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.
DDOMHTMLClasses.h99 class DOMHTMLOptionsCollection : public DOMObject, public IDOMHTMLOptionsCollection
157 DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection*);
DChangeLog-2009-06-1622606 (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/
DDOMHTML.h73 #import <WebCore/DOMHTMLOptionsCollection.h>
DDOMHTML.mm202 return [DOMHTMLOptionsCollection class];
DPublicDOMInterfaces.h741 @interface DOMHTMLOptionsCollection : DOMObject WEBKIT_VERSION_1_3
786 @property(readonly, retain) DOMHTMLOptionsCollection *options;
/external/webkit/Source/WebKit/win/Interfaces/
DDOMHTML.idl70 @interface DOMHTMLOptionsCollection : DOMObject
433 - (DOMHTMLOptionsCollection *)options;
/external/webkit/Source/WebKit/mac/
DMigrateHeaders.make130 $(PUBLIC_HEADERS_DIR)/DOMHTMLOptionsCollection.h \
DChangeLog-2007-10-1416444 and DOMHTMLOptionsCollection.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj591 …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…
9085DOMHTMLOptionsCollection.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/
DWebCore.gypi99 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMHTMLOptionsCollection.h',
6641 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMHTMLOptionsCollection.mm',
DChangeLog-2005-08-2341474 (-[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 …]
DWebCore.order26097 -[DOMHTMLOptionsCollection dealloc]
DChangeLog-2006-12-3133479 (+[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]):
DChangeLog-2005-12-1918425 (-[DOMHTMLOptionsCollection length]):
18426 (-[DOMHTMLOptionsCollection setLength:]):
18427 (-[DOMHTMLOptionsCollection item:]):
DChangeLog-2006-05-1024668 (-[DOMHTMLOptionsCollection setLength:]): Handle possible exception.