Home
last modified time | relevance | path

Searched refs:DocApplets (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionType.h32 DocApplets, // all <object> and <applet> elements enumerator
DHTMLCollection.cpp97 case DocApplets: in itemAfter()
169 … case DocApplets: // all <applet> elements and <object> elements that contain Java Applets in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4200 return HTMLCollection::create(this, DocApplets); in applets()