Searched refs:applets (Results 1 - 9 of 9) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument08.js78 The applets attribute returns a collection of all OBJECT elements that
79 include applets abd APPLET elements in a document.
81 Retrieve the applets attribute from the document and examine its value.
101 vapplets = doc.applets;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument08.js78 The applets attribute returns a collection of all OBJECT elements that
79 include applets abd APPLET elements in a document.
81 Retrieve the applets attribute from the document and examine its value.
101 vapplets = doc.applets;
/external/webkit/Source/WebCore/dom/
H A DDocument.idl171 readonly attribute HTMLCollection applets;
H A DDocument.h382 PassRefPtr<HTMLCollection> applets();
H A DDocument.cpp4198 PassRefPtr<HTMLCollection> Document::applets() function in class:WebCore::Document
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl153 - (DOMHTMLCollection *)applets;
155 HRESULT applets([out, retval] IDOMHTMLCollection** collection);
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp286 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::applets( function in class:DOMHTMLDocument
H A DDOMHTMLClasses.h399 virtual HRESULT STDMETHODCALLTYPE applets(
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h84 @property(readonly, retain) DOMHTMLCollection *applets; variable

Completed in 192 milliseconds