Searched refs:DOMHTMLCollection (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/objc/
H A DDOMHTML.h40 #import <WebCore/DOMHTMLCollection.h>
H A 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;
431 @interface DOMHTMLCollection : DOMObject WEBKIT_VERSION_1_3
451 @property(readonly, retain) DOMHTMLCollection *embeds AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
452 @property(readonly, retain) DOMHTMLCollection *plugins AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
453 @property(readonly, retain) DOMHTMLCollection *scripts AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
485 @property(readonly, retain) DOMHTMLCollection *childre
[all...]
H A DDOMHTML.mm203 return [DOMHTMLCollection class];
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp53 // DOMHTMLCollection
55 DOMHTMLCollection::DOMHTMLCollection(WebCore::HTMLCollection* c) function in class:DOMHTMLCollection
60 IDOMHTMLCollection* DOMHTMLCollection::createInstance(WebCore::HTMLCollection* c)
66 DOMHTMLCollection* newCollection = new DOMHTMLCollection(c);
75 // DOMHTMLCollection - IUnknown -----------------------------------------------
77 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::QueryInterface(REFIID riid, void** ppvObject)
89 // DOMHTMLCollection ----------------------------------------------------------
91 HRESULT STDMETHODCALLTYPE DOMHTMLCollection
[all...]
H A DDOMHTMLClasses.h38 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection class in inherits:DOMObject,IDOMHTMLCollection
41 DOMHTMLCollection(WebCore::HTMLCollection* c);

Completed in 100 milliseconds