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

  /external/webkit/Source/WebCore/bindings/objc/
DOMHTML.h 40 #import <WebCore/DOMHTMLCollection.h>
PublicDOMInterfaces.h 83 @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 *children
    [all...]
DOMHTML.mm 203 return [DOMHTMLCollection class];
  /external/webkit/Source/WebKit/win/
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...]
DOMHTMLClasses.h 38 class DOMHTMLCollection : public DOMObject, public IDOMHTMLCollection
41 DOMHTMLCollection(WebCore::HTMLCollection* c);
    [all...]

Completed in 62 milliseconds