HomeSort by relevance Sort by last modified time
    Searched defs:DOMHTMLCollection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 38 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection
41 DOMHTMLCollection(WebCore::HTMLCollection* c);
    [all...]
DOMHTMLClasses.cpp 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(
    [all...]

Completed in 63 milliseconds