Home | History | Annotate | Download | only in win

Lines Matching defs:DOMHTMLCollection

53 // DOMHTMLCollection
55 DOMHTMLCollection::DOMHTMLCollection(WebCore::HTMLCollection* c)
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::length(
102 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::item(
114 HRESULT STDMETHODCALLTYPE DOMHTMLCollection::namedItem(
308 *collection = DOMHTMLCollection::createInstance(htmlDoc->forms().get());