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

/macosx-10.10.1/WebKit-7600.1.25/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 125 milliseconds